dcmd - kick
#2

Don't add your DCMD command like this:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(kick, 4, cmdtext);
return 0;
}
// Command
Add it like this:

pawn Код:
// Command

public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(kick, 4, cmdtext);
return 0;
}
Reply


Messages In This Thread
dcmd - kick - by V_FoR_VendettA - 17.07.2009, 09:53
Re: dcmd - kick - by refshal - 17.07.2009, 10:56
Re: dcmd - kick - by Vince - 17.07.2009, 11:10
Re: dcmd - kick - by V_FoR_VendettA - 17.07.2009, 14:45
Re: dcmd - kick - by mamorunl - 17.07.2009, 14:47

Forum Jump:


Users browsing this thread: 1 Guest(s)