Skip to content

GouveiaXS/angelicxs-TargetPing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

angelicxs-TargetPing


-- Thanks for supporting AngelicXS Scripts! -- -- Support can be found at: https://discord.gg/tQYmqm4xNb -- -- More paid scripts at: https://angelicxs.tebex.io/ -- -- More FREE scripts at: https://github.com/GouveiaXS/ --

------------------------INSTAL NOTES----------------------------------

Go to your radio script and put the following event in the Radio Event that updates the client's current radio channel. Ensure that you change the variable newRadioChannel to whatever variable is being sent.

TriggerEvent('angelicxs-PingTarget:RadioUpdate', newRadioChannel)

Go to the server side of your radio script and add this event to the bottom of it:

RegisterNetEvent('angelicxs-PingTarget:SendPing', function(radio, coords, entity)
	TriggerClientEvent('angelicxs-PingTarget:ReceivePing', -1, radio, coords, entity)
end)

------------------------INSTAL NOTES----------------------------------

Commisioned by: ShemiraH#6677

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages