24.02.2010, 15:15
Line 433:
Also you should calculate how big string you need in each case because using 500 everywhere is just waste of memory.
pawn Код:
new string[128]; ==> new string[48]; /*OR*/ string[MAX_PLAYER_NAME + 24];