[Tutorial] How to: bcmd
#7

Tu chama params e usar space ? LoL...

Код:
bCMD[kick]-(playerid,params[]){
    if(isnull(space))
        return SendClientMessage(playerid,-1,"use: /kick [id]");
    if(!IsPlayerAdmin(playerid))
        return SendClientMessage(playerid,-1,"Voce nгo й admin!");
    Kick(strval(space));
    return 1;
}
Reply


Messages In This Thread
How to: bcmd - by RebeloX - 30.07.2012, 21:22
Re: How to: bcmd - by steki. - 30.07.2012, 21:26
Re: How to: bcmd - by RebeloX - 30.07.2012, 21:28
Re: How to: bcmd - by .FuneraL. - 30.07.2012, 21:39
Re: How to: bcmd - by RebeloX - 30.07.2012, 21:44
Re: How to: bcmd - by ipsBruno - 30.07.2012, 23:54
Re: How to: bcmd - by paulor - 31.07.2012, 00:10
Respuesta: How to: bcmd - by Truck - 31.07.2012, 00:15
Re: Respuesta: How to: bcmd - by RebeloX - 31.07.2012, 14:01
Re: How to: bcmd - by Dayvison_ - 17.03.2015, 19:08

Forum Jump:


Users browsing this thread: 1 Guest(s)