12.12.2013, 22:14
(
Последний раз редактировалось Ph0ton; 12.12.2013 в 22:54.
)
Faz o seguinte, deleta esse teu cуdigo e adiciona isso na tua Public:
Caso a public nгo exista й sу copiar isso aн pro cуdigo..
pawn Код:
public OnVehicleSpawn(vehicleid)
{
new Str[10];
format(Str, sizeof(Str), "LS %i", vehicleid);
SetVehicleNumberPlate(vehicleid, Str);
return 1;
}