05.07.2012, 07:47
Is this going over limits? (limits:https://sampwiki.blast.hk/wiki/Limits)
I think it is not, but some textdraws doesn't want to show up.
I think it is not, but some textdraws doesn't want to show up.
Код:
new Text:gStartingTextD[2] = {Text:INVALID_TEXT_DRAW, ...}; new Text:BackGroundTD = Text:INVALID_TEXT_DRAW; new Text:gBotChatTD[3] = {Text:INVALID_TEXT_DRAW, ...}; new Text:StatsBackGroundTD = Text:INVALID_TEXT_DRAW; new Text:StatsRestoreTD = Text:INVALID_TEXT_DRAW; new Text:StatsSkillUpgradeTD[MAX_SKILLS] = {Text:INVALID_TEXT_DRAW, ...}; new PlayerText:StatsLevel[MAX_PLAYERS]; new PlayerText:StatsName[MAX_PLAYERS]; new PlayerText:StatsPoints[MAX_PLAYERS]; new PlayerText:ChatMainTD[MAX_PLAYERS]; new PlayerText:MainStoryTextD[MAX_PLAYERS]; new PlayerText:OptionTextD[MAX_PLAYERS][MAX_OPTIONS]; new PlayerText:OptionChat[MAX_PLAYERS][MAX_CHAT_OPTIONS]; new PlayerText:InstructionMessage[MAX_PLAYERS];