29.04.2016, 17:06
Se nгo compreendeu o que o ipsLuan comentou:
Код:
if(vehicleid != CarInfo[playerid][cOwner])
{
for(new other; other < MAX_PLAYERS; other ++)
{
format(string,sizeof(string),"Este veнculo й de %s", CarInfo[other][cOwner]);
GivePlayerMoney(other, 2000);
}
SendClientMessage(playerid, -1, string);
GivePlayerMoney(playerid, -2000);
}

