23.09.2008, 17:43
@ Byrner:
Yes, it is possible:
I don't know what variable you use to store the name of the carowner, but for example:
Yes, it is possible:
I don't know what variable you use to store the name of the carowner, but for example:
Код:
new vehicleID = GetPlayerVehicleID(playerid);
if(PlayerNameIs(playerid, CarOwner[vehicleID]))
{
//the rest
}

