simple help not hard - 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: simple help not hard (
/showthread.php?tid=183436)
simple help not hard -
[MKD]Max - 15.10.2010
hey guys when we do for example
dcmd_remadmin(playerid, params[])
we must do up this like
dcmd(remadmin, number,cmdtext);
now how i can know what i do in this number guys i write in if i want make any command i need to know this
Re: simple help not hard -
MadeMan - 15.10.2010
The length of your command.
r-e-m-a-d-m-i-n is 8 characters, so number is 8.
Re: simple help not hard -
[MKD]Max - 15.10.2010
thank you very much you nice