20.12.2017, 14:58
Well, i put in my script "famous" proxdetector for ranged IC Chat..
but it doesn't work... again we see messages all over server
Код:
// proxdetector stock ProxDetector(Float:radi, playerid, string[],color) { new Float:x,Float:y,Float:z; GetPlayerPos(playerid,x,y,z); foreach(Player,i) { if(IsPlayerInRangeOfPoint(i,radi,x,y,z)) { SendClientMessage(i,color,string); } } }