27.09.2014, 23:12
pawn Код:
if(PRESSED(KEY_FIRE))
{
if(CommandsS[playerid] == 1)
{
CommandsS[playerid] = 0;
PlayerTextDrawHide(playerid, TDBox[playerid]);
PlayerTextDrawHide(playerid, CommandsTD[playerid]);
PlayerTextDrawHide(playerid, TextMessage[playerid]);
}
return 1;
}