22.05.2013, 13:36
Fastest way to reset Enum with loop not working
Hello,
I have very big Enum to store players data, his length about 100...
I used this code OnPlayerConnect:
But I got strange errors:
I know what the errors means but why the code isn't working?
Thanks for help!
Hello,
I have very big Enum to store players data, his length about 100...
I used this code OnPlayerConnect:
Код:
for(new i; i<sizeof(PEnum); i++) { PInfo[playerid][i] = 0; }
Quote:
X(1) : error 039: constant symbol has no size X(3) : warning 213: tag mismatch |
Thanks for help!