Ban/Kick Commands With Name..
#3

Quote:
Originally Posted by SpanishMan
i mean, only my name can BAN/KICK.. i dont have IDea :S
Код:
if(strcmp(cmd, "/Ban", true) == 0)
{
new nick[24];
GetPlayerName(playerid,nick,24);
if(!strcmp(nick, "SpanishMan ", true))
{
//command
}// else U r not SpanishMan !!
return 1;
}
Reply


Messages In This Thread
Ban/Kick Commands With Name.. - by SpanishMan - 02.03.2010, 18:31
Re: Ban/Kick Commands With Name.. - by Scenario - 02.03.2010, 18:40
Re: Ban/Kick Commands With Name.. - by Jefff - 02.03.2010, 18:45
Re: Ban/Kick Commands With Name.. - by Miguel - 02.03.2010, 18:51
Re: Ban/Kick Commands With Name.. - by aircombat - 02.03.2010, 18:52
Re: Ban/Kick Commands With Name.. - by Scenario - 02.03.2010, 18:59
Re: Ban/Kick Commands With Name.. - by SpanishMan - 02.03.2010, 20:17
Re: Ban/Kick Commands With Name.. - by Jefff - 02.03.2010, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)