25.09.2014, 16:35
It changes to 1 when you type /cmds.
pawn Код:
CMD:cmds(playerid, params[])
{
if (APlayerData[playerid][LoggedIn] == true)
{
CommandsS[playerid] = 1;
ShowCommandsTextDraws(playerid);
}
return 1;
}