24.01.2017, 02:31
Код:
if(!IsPlayerInRangeOfPoint(playerid, 5.5, X, Y, Z)) { SendClientMessage(playerid, COLOR_RED, "You are too far away from this player."); return 1; }
Код:
if(IsPlayerInRangeOfPoint(playerid, 5.5, X, Y, Z)) { SendClientMessage(playerid, COLOR_RED, "You are too far away from this player."); return 1; }
i dont see what is wrong with printf tho.