03.08.2017, 22:16
Tenta usar isso ai como base
PHP Code:
new string[128];
format(string, sizeof(string), "*** %s estб roubando a pqp", sendername, result);
for(new i; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i) && IsPlayerInRangeOfPoint(i, 30.0, x,y,z))
{
SendClientMessage(playerid, -1, string);
}
}