[HELP] Admin Protection
#25

pawn Код:
if (strcmp("/veh", cmdtext, true, 5) == 0)
    {
        if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,0xFF030DAA,"You are not an admin!");
        else {
            ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Vehicles","1.Elegy\n2.Hotring Racer\n3.Super GT\n4.Bullet\n5.Police LSPD\n6.Firetruck LA","Spawn","Exit");
        }
        return 1;
    }
I highly recommend zcmd.

That would turn into:

pawn Код:
command(veh,playerid,params[])
{
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,0xFF030DAA,"You are not an admin!");
    else {
        ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Vehicles","1.Elegy\n2.Hotring Racer\n3.Super GT\n4.Bullet\n5.Police LSPD\n6.Firetruck LA","Spawn","Exit");
    }
    return 1;
}
Plus, it is MUCH faster than strcmp.
Reply


Messages In This Thread
[HELP] Admin Protection - by kemppis_ - 10.03.2011, 16:59
Re: [HELP] Admin Protection - by xir - 10.03.2011, 17:07
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 17:13
Re: [HELP] Admin Protection - by Riddick94 - 10.03.2011, 17:14
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 17:23
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 17:56
Re: [HELP] Admin Protection - by xir - 10.03.2011, 18:00
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 18:04
Re: [HELP] Admin Protection - by xir - 10.03.2011, 18:06
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 18:10
Re: [HELP] Admin Protection - by xir - 10.03.2011, 18:12
Re: [HELP] Admin Protection - by Riddick94 - 10.03.2011, 18:29
Re: [HELP] Admin Protection - by xir - 10.03.2011, 18:31
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 18:35
Re: [HELP] Admin Protection - by xir - 10.03.2011, 18:59
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 19:11
Re: [HELP] Admin Protection - by xir - 10.03.2011, 19:19
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 19:20
Re: [HELP] Admin Protection - by xir - 10.03.2011, 19:27
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 19:31
Re: [HELP] Admin Protection - by xir - 10.03.2011, 19:40
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 19:51
Re: [HELP] Admin Protection - by kemppis_ - 10.03.2011, 19:52
Respuesta: [HELP] Admin Protection - by Alex_Obando - 10.03.2011, 21:09
Re: [HELP] Admin Protection - by Snipa - 11.03.2011, 00:23
Re: [HELP] Admin Protection - by Roomeo - 11.03.2011, 04:44
Re: [HELP] Admin Protection - by kemppis_ - 11.03.2011, 07:53
Re: [HELP] Admin Protection - by kemppis_ - 11.03.2011, 09:21

Forum Jump:


Users browsing this thread: 1 Guest(s)