Converting A command To My Gamemode
#1

Hi I need somehelp Ive seen a Cool Filterscript wich i very like but when i put it into my script all my commands wont work anymore

It looks like this
command(flash, playerid, params[])


And this is how i Make Commands In my own Script

if(strcmp(cmd, "/ahm", true) == 0)

Can i just Replace That or ? help please
Reply
#2

this

pawn Код:
command(flash, playerid, params[])
is with ZCMD , a command processor
Reply
#3

So i couldt Just Turn it into
PHP код:
if(strcmp(cmd"/flash"true) == 0
?
Reply
#4

How can
pawn Код:
command(flash, playerid, params[])
Be ZCMD? As far as I know its
pawn Код:
COMMAND:flash(playerid, params[])
//and
CMD:flash(playerid, params[])
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)