27.07.2013, 14:02
try that (not tested)
pawn Код:
CMD:commands(playerid)
{
TextDrawShowForPlayer(playerid,TextDraw1);
TextDrawShowForPlayer(playerid,TextDraw2);
TextDrawShowForPlayer(playerid,TextDraw3);
TextDrawShowForPlayer(playerid,TextDraw4);
TextDrawShowForPlayer(playerid,TextDraw5);
TextDrawShowForPlayer(playerid,TextDraw6);
TextDrawShowForPlayer(playerid,TextDraw7);
TextDrawShowForPlayer(playerid,TextDraw8);
TextDrawShowForPlayer(playerid,usebox);
return 1;
}