SA-MP Forums Archive
Cmds Hrlp - 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)
+--- Thread: Cmds Hrlp (/showthread.php?tid=424946)



Cmds Hrlp - TomatoRage - 24.03.2013

i want to make the admin command like this //something and i do it on dcmd like this
Код:
dcmd(/cmds,5,cmdtext);
but when i do it look what its come
Код:
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(3496) : error 017: undefined symbol "dcmd_"
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(5824) : error 010: invalid function or declaration
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(5826) : error 017: undefined symbol "params"
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(5827) : error 010: invalid function or declaration
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(5831) : error 010: invalid function or declaration
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(5835) : error 010: invalid function or declaration
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(5839) : error 010: invalid function or declaration
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(5843) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


8 Errors.
i tried to do it on zcmd but its still happenning to me i wanna know what is the proplem


Re: Cmds Hrlp - vitorvlv - 24.03.2013

You have the inc dcmd?


Re: Cmds Hrlp - LeeXian99 - 24.03.2013

Isn't it suppose to be like this?
pawn Код:
dcmd_test(playerid,params[])
{
    SendClientMesseage(playerid, COLOR_RED, "TEST!!!");
    return 1;
}
Make sure you've DCMD.


Re: Cmds Hrlp - Gamer_007 - 24.03.2013

Quote:
Originally Posted by TomatoRage
Посмотреть сообщение
i want to make the admin command like this //something and i do it on dcmd like this
Код:
dcmd(/cmds,5,cmdtext);
And btw dont type /cmds like u used in OnPlayerCommandText.Use "cmds" without quotes.


Re: Cmds Hrlp - TomatoRage - 26.03.2013

No i typed / to be // ingame like //cmds