Bunnyhop command help needed
#1

pawn Код:
CMD:bhstop(playerid, params[])
{
    new giveplayer;
    if(!sscanf(params, "i", giveplayer, "Myusername", true)) return SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You need to be **!");
    if(sscanf(params, "i", giveplayer, "Myusername", true))
    {
        bhstop[playerid] = 1;
        SendClientMessage(playerid, COLOR_LIGHTBLUE, "[ADMIN]: You have stopped the Bunnyhopper!");
    }
    return 1;
}
That should only work for username "Myusername" right?
Reply


Messages In This Thread
Bunnyhop command help needed - by UnknownGamer - 21.01.2013, 23:08
Re: Bunnyhop command help needed - by Threshold - 22.01.2013, 00:08

Forum Jump:


Users browsing this thread: 1 Guest(s)