27.03.2014, 20:40
hello guys i made some code for number plate but it daesnt work on my server. I saw the same code in different gamemode and its all working but on my its not anyone know whats wrong ? ..
this is the only code for the plate i have and its in my OnGameModeInit
pawn Код:
for(new i = 0; i < 2000; i++)
{
SetVehicleNumberPlate(i, "{ff0000}•България•"); // Номер для авто
SetVehicleToRespawn(i);
}