03.02.2010, 16:08
Ok i made my first NPC with this tutorial http://forum.sa-mp.com/index.php?topic=119947.0 it works fine but problems start when i want to add another NPC i don't get it where you need to type
new MySecondNPCVehicle; //Global variable!
Because when i type it before the first public OnGameModeInit() it gives that something doesn't have a function or something
But when i make a second one it says that there already is a definiton.
The best help would be if someone could make a Basic filterscript where to make npcs.
new MySecondNPCVehicle; //Global variable!
Because when i type it before the first public OnGameModeInit() it gives that something doesn't have a function or something
But when i make a second one it says that there already is a definiton.
The best help would be if someone could make a Basic filterscript where to make npcs.