How to call a function? (+Rep for help)
#8

oh shit, sorry, I didn't see that...The best way would be to use a command...Ignore what I said above :P

pawn Код:
CMD:checkban(playerid, params[])
    {
    new varq[MAX_PLAYER_NAME];
    if(sscanf(params, "s", varq)) return SendClientMessage(playerid, -1, "Usage: /checkban [name]");
    VBanLoadInfo(playerid, varq);
    return 1;
    }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 8 Guest(s)