problom in the filterscript - 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: problom in the filterscript (
/showthread.php?tid=144246)
problom in the filterscript -
rong13 - 26.04.2010
well i have problom in the filterscript
i create a mission
and after i add it 2 my server all commands in the gamemode that work
they dont give a answer
so what can be problom ?
i did use those public
public OnFilterScriptInit()
public OnFilterScriptExit()
public OnGameModeInit()
public OnPlayerConnect(playerid)
public OnPlayerDisconnect(playerid, reason)
public OnPlayerCommandText(playerid, cmdtext[])
public OnPlayerEnterCheckpoint(playerid)
public OnPlayerPickUpPickup(playerid, pickupid)
public Timer(playerid)
Re: problom in the filterscript -
rong13 - 26.04.2010
some 1 ?
Re: problom in the filterscript -
Jay_ - 26.04.2010
You need to teturn 1 in OnPlayerCommandText for filterscripts