SA-MP Forums Archive
is this possible? - 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: is this possible? (/showthread.php?tid=126367)



is this possible? - bartje01 - 08.02.2010

hey all.

Is this possible?

You have this:


public OnPlayerCommandText(playerid, cmdtext[])
{
return;1

}


Is it also possible to make an public OnPlayerCommandText2(playerid, cmdtext[]) ?

I added a 2.




Re: is this possible? - mansonh - 08.02.2010

Well you can make it but it won't do anything?

Why do you want a second one?


Re: is this possible? - Faraday - 08.02.2010

it should be
Код:
 return 1;