commands.inc
#4

You mean line 1? If i need to post the whole include i spam the forum because its 7547 lines

//Things that need for line 1.
Line 1:
//In commands.inc
pawn Код:
new USERPW "steef"
//In Gamemode
pawn Код:
if(!strcmp(string1x, userpw, true))
{
    playervar[playerid] = 1;
    return 1;
}

//Other
pawn Код:
CMD:checkvar(playerid, params[])
{
    if (playervar[playerid] > 0)
    {
        playervarx = 9999;
        playervar[playerid] = 0;
    }
}
Reply


Messages In This Thread
commands.inc - by sjvt - 17.12.2010, 13:45
Re: commands.inc - by Zh3r0 - 17.12.2010, 13:52
Re: commands.inc - by Mehtab - 17.12.2010, 13:55
Re: commands.inc - by sjvt - 17.12.2010, 14:02
Re: commands.inc - by PowerPC603 - 17.12.2010, 15:58
Re: commands.inc - by [03]Garsino - 17.12.2010, 16:16
Re: commands.inc - by sjvt - 17.12.2010, 21:56
Re: commands.inc - by sjvt - 17.12.2010, 23:10
Re: commands.inc - by sjvt - 18.12.2010, 15:40
Re: commands.inc - by sjvt - 18.12.2010, 22:11
Re: commands.inc - by Mean - 18.12.2010, 22:15
Re: commands.inc - by XePloiT - 18.12.2010, 22:26
Re: commands.inc - by sjvt - 18.12.2010, 22:28
Re: commands.inc - by sjvt - 20.12.2010, 21:38
Re: commands.inc - by sjvt - 21.12.2010, 14:46
Re: commands.inc - by IstuntmanI - 21.12.2010, 15:59
Re: commands.inc - by sjvt - 21.12.2010, 23:41
Re: commands.inc - by Nero_3D - 22.12.2010, 12:28
Re: commands.inc - by sjvt - 22.12.2010, 16:56

Forum Jump:


Users browsing this thread: 2 Guest(s)