22.06.2012, 01:23
i would really would liek to fix this problem please help!!
PHP код:
new string[56];
new newcar = GetPlayerVehicleID(playerid);
if(IsAnOwnableCar(newcar) && CarInfo[newcar][cOwned] !=1)
{
format(string,sizeof(string),"Vehicle registered to %s",CarInfo[newcar][cOwner]);
SendClientMessage(playerid, COLOR_WHITE, string);
}