07.05.2013, 15:32
Try This:
Код:
CMD:stealbomb(playerid, params[]) { if(IsPlayerInRangeOfPoint(playerid, 5.0, 275.3401, 1860.3333, 8.7578 { if(GetPlayerTeam(playerid) == Terrorists) SendClientMessageToAll(COLOR_DARKORANGE, "%s has stolen the bomb!", GetPlayerName(playerid)); } else SendClientMessage(playerid, "You are not near the stealing point!"); return 1; }