SA-MP Forums Archive
where to put, 'New Gangzone;'? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: where to put, 'New Gangzone;'? (/showthread.php?tid=139660)



where to put, 'New Gangzone;'? - campkz - 05.04.2010

Ok, i followed this tut about gangzones.

and i have to put thi ssomewhere

Код:
New gangzone;



Re: where to put, 'New Gangzone;'? - Khelif - 05.04.2010

put that somewhere in the middle of your script, like so...

pawn Код:
#include <a_samp>


// somewhere here


public OnGameModeInit()
{
  print("\n--------------------------------------");
  print(" Gamemode by your name here");
  print("--------------------------------------\n");
  return 1;
}
then go and test it. the end.


Re: where to put, 'New Gangzone;'? - campkz - 05.04.2010

so under include a_samp, but make sure its not in any methods?


Re: where to put, 'New Gangzone;'? - Khelif - 05.04.2010

Yes, place that outside any functions, on top of your script below includes