26.12.2010, 21:28
The way its done is just as said above,
Paste to OnGameModeInit()
Paste to OnGameModeInit()
pawn Код:
for(new i=1; i<MAX_VEHICLES; i++)
{
SetVehicleNumberPlate(i, "SA-MP.COM");
}