30.11.2015, 17:57
okay so i debugged the code.
also made an edit since vince suggested that.
new RandMSG = random(sizeof(Lexie_Messages));
Is causing pawncc to crash
also made an edit since vince suggested that.
Код:
task SendLexieMSG[240000]() { new RandMSG = random(sizeof(Lexie_Messages)); SendClientMessageToAll(WHITE, Lexie_Messages); return 1; }
Is causing pawncc to crash