ZCMD Problem
#3

Thanks

I have another problem

in seecmds command

PHP Code:
public OnPlayerCommandPerformed(playeridcmdtext[], success)
{
if(
success)
{
if(
strcmp(cmdtext"/Login"true) == || strcmp(cmdtext"/Register"true) == || strcmp(cmdtext"/ChangePass"true) == || strcmp(cmdtext"/Pm"true) == 0)
{
}
else
{
foreach(
Playeri)
{
if(
IsPlayerConnected(i)&& GetPVarInt(i,"Cseecmds") == && GetPVarInt(playerid,"AdminLvl") < GetPVarInt(i,"AdminLvl"))
{
new 
string[128];
format(string,128,"Player \"%s\" [id: %d] Cmd: \"%s\"",GetName(playerid),playerid,cmdtext);
SendClientMessage(iCOLOR_GREYstring);
}
}
}
}
else
{
SendClientMessage(playerid,COLOR_WHITE"SERVER: Unknown Command.");
}
return 
1
It's not showing me the commands
Reply


Messages In This Thread
ZCMD Problem - by NeyMar96 - 30.07.2011, 12:15
Re: ZCMD Problem - by =WoR=Varth - 30.07.2011, 17:16
Re: ZCMD Problem - by NeyMar96 - 30.07.2011, 20:00
Re: ZCMD Problem - by NeyMar96 - 31.07.2011, 08:29
Re: ZCMD Problem - by iggy1 - 31.07.2011, 08:31

Forum Jump:


Users browsing this thread: 1 Guest(s)