Vehicle numberplate does'nt change
#7

Quote:
Originally Posted by [GF]Sasino97
Посмотреть сообщение
OnGameModeInit, after you create the vehicles

pawn Код:
for(new i = 1; i < MAX_VEHICLES; i ++)
{
    SetVehicleNumberPlate(i, "AA 000 AA");
}
i don't understand, my code:

Код:
public OnGameModeInit()
{
    for(new i = 1; i < MAX_VEHICLES; i ++)
    {
    SetVehicleNumberPlate(i, "ABC-123");
    }
    print("Gamemode started!");
    return 1;
}
it does'nt change anything.
Reply


Messages In This Thread
Vehicle numberplate does'nt change - by MathijsS - 23.11.2011, 12:19
Re: Vehicle numberplate does'nt change - by Vince - 23.11.2011, 12:21
Re: Vehicle numberplate does'nt change - by MathijsS - 23.11.2011, 12:23
Re: Vehicle numberplate does'nt change - by MathijsS - 23.11.2011, 13:00
Re: Vehicle numberplate does'nt change - by Sasino97 - 23.11.2011, 13:00
Re: Vehicle numberplate does'nt change - by MP2 - 23.11.2011, 13:04
Re: Vehicle numberplate does'nt change - by MathijsS - 23.11.2011, 13:07
Re: Vehicle numberplate does'nt change - by MathijsS - 23.11.2011, 13:09

Forum Jump:


Users browsing this thread: 1 Guest(s)