check for two zcmd cmds
#1

Hmm... I tried to figure it out myself... Couldnt seem to find it, ive done it before though... I KNOW ITS POSSIBLE!


CMD:r(playerid, params[]) || radio(playerid, params[])


This is my example of what i want... Can someone help me?
Reply
#2

Here you go:
PHP код:
CMD:radio(playeridparams[])
{
    
//The Command:
    
return 1;
}
CMD:r(playeridparams[])
{
    
//The Command:
    
return cmd_radio(playeridparams)

Reply
#3

Before, i used something like my example... I dont remember though...
Reply
#4

Read zcmd include thread.
The one I gave you is the right method.
Reply
#5

Ok, ill try it
Reply
#6

Thanks bro!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)