SA-MP Forums Archive
little question... - 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: little question... (/showthread.php?tid=168645)



little question... - pmk1 - 16.08.2010

hey guys? where do i have to put Createobject lines, i mean in which callback? thanks


Re: little question... - Agent Smith - 16.08.2010

pawn Код:
public OnGameModeInit()
EDIT: Wops


Re: little question... - [XST]O_x - 16.08.2010

Depends,if you're making a gamemode,under OnGameModeInit,if you're making a filterscript,under OnFilterScriptInit.
Of course you can also add it under a command if you want it to show only if some player types something.
Endless possibilities


Re: little question... - Agent Smith - 16.08.2010

Haha my mistake :P I should've explained that. Kinda late here


Re: little question... - pmk1 - 16.08.2010

ok thanks :P