if(strcmp(cmdtext, "/numeris", true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
SetVehicleNumberPlate(vehicleid,"Rokis");
SetVehicleToRespawn(vehicleid);
return 1;}
car respawned, but the car plate doesn't changes.
|
Originally Posted by CrαcK
SetVehicleNumberPlate works completely(!) only on these vehicle models.
pawn Код:
|