need help wich servar command
#3

If you use ZCMD command processor there is a function called OnPlayerCommandPerformed(...)

Just add it to your script.
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) return SendClientMessage(playerid, YourColor,"wrong command use/cmds";
    return 1;
}
If you don't use ZCMD don't even try it 'cause it won't work.
Reply


Messages In This Thread
need help wich servar command - by doreto - 18.01.2011, 14:32
Re: need help wich servar command - by Kase - 18.01.2011, 14:47
Re: need help wich servar command - by Alex_Valde - 18.01.2011, 14:52
Re: need help wich servar command - by doreto - 18.01.2011, 15:46
Re: need help wich servar command - by Alex_Valde - 18.01.2011, 15:49
Re: need help wich servar command - by doreto - 18.01.2011, 15:50
Re: need help wich servar command - by Kase - 18.01.2011, 15:51
Re: need help wich servar command - by doreto - 18.01.2011, 15:54
Re: need help wich servar command - by Alex_Valde - 18.01.2011, 16:04
Re: need help wich servar command - by BlackWolf120 - 18.01.2011, 16:08

Forum Jump:


Users browsing this thread: 3 Guest(s)