17.12.2010, 14:02
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
//In Gamemode
//Other
//Things that need for line 1.
Line 1:
//In commands.inc
pawn Код:
new USERPW "steef"
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;
}
}