29.04.2014, 08:23
title says all..
i got one textdraw cmd in my gamemode, its like this
Код:
CMD:rules(playerid) { Rules(playerid); return true; }
Код:
CMD:crules(playerid) { if(GetPVarInt(playerid, "COP") ==1 ) return 1; TextDrawShowForPlayer(playerid, CopsRules0); TextDrawShowForPlayer(playerid, CopsRules1); TextDrawShowForPlayer(playerid, CopsRules2); TextDrawShowForPlayer(playerid, CopsRules3); TextDrawShowForPlayer(playerid, CopsRules4); return true; }