AndrewTG01 Posted October 8, 2016 Report Share Posted October 8, 2016 Descriere tutorial: Vreau si eu sa stiu cum pot face sa dau pe o raza anume wanted adica daca dau rob si sunt mai multi playeri langa mine sa le dea si lor Quote Link to comment Share on other sites More sharing options...
Banditul Posted October 8, 2016 Report Share Posted October 8, 2016 new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerInRangeOfPoint(i, range, x, y, z)) { // Do it. } else { // Don't. } } IsPlayerInRangeOfPoint (playerid, Float:range, Float:x, Float:y, Float:z) Te folosesti de ti-am dat eu mai sus, cred ca e suficient cat sa aflii pozitia playerului si sa faci un loop prin toti playeri si sa vezi daca e cineva langa el. Quote Link to comment Share on other sites More sharing options...
AndrewTG01 Posted October 9, 2016 Author Report Share Posted October 9, 2016 am rezolvat mersi oricum Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.