[ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC'
#21

didnt work i saw the cars in water but no island
Reply
#22

Commmands are not realy working in the other one and this version :S even if im on rcon :P
Reply
#23

indentation...

Quote:
Originally Posted by Weirdosport
Here's a proper example, haven't tested but it's adequate..

Not in a callback (global):
pawn Код:
new objects[50]; // Change 50 to suit your number of objects
OnGameModeInit/OnFilterScriptInit
pawn Код:
objects[0] = CreateObject(blah blah poo);
objects[1] = CreateObject(blah blah poo);
...
objects[49] = CreateObject(blah blah poo); //Change 49 to one less than your total objects
OnGameModeExit/OnFilterScriptExit
pawn Код:
for(new a=0; a<50; a++)
{
DestroyObject(objects[a]);
}
pawn Код:
new auto[13];
pawn Код:
auto[0] = CreateVehicle(...);
etc...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)