23.09.2008, 20:46
Quote:
|
Originally Posted by =>Sandra<=
@ Byrner:
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
}
|
How would I save the owners name when he buys the car?
Thank you in advance,one of the best scripters on this site.

