23.09.2008, 21:05
Quote:
Originally Posted by Byrner
Quote:
How would I save the owners name when he buys the car? Thank you in advance,one of the best scripters on this site. |
//On top of your script:
Код:
new CarOwner[MAX_VEHICLES][MAX_PLAYER_NAME];
Код:
new vehicleID = GetPlayerVehicleID(playerid); GetPlayerName(playerid, CarOwner[vehicleID], MAX_PLAYER_NAME);