SA-MP Forums Archive
not loaded vehicles (gamemode) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: not loaded vehicles (gamemode) (/showthread.php?tid=515166)



not loaded vehicles (gamemode) - Slicebook - 24.05.2014

the game mode does not load the vehicle.. OnFilterScriptInit
filterscript load the vehicles.

what is wrong?


Re: not loaded vehicles (gamemode) - SickAttack - 24.05.2014

pawn Код:
public OnGameModeInit()
{
    AddStaticVehicleEx ( 520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 15 );
    return 1;
}