03.01.2015, 14:24
solved! reputation for everybody
Stupid logic error.
Tables wasn't be setted after register!
by the way, my money is not refreshing automallity. i must use SetMoney(playerid, GetMoney(playerid)); (natives from my anty-moneycheat, it's not the reason - i tested without too).
Where could be problem?
Код:
new classchave[MAX_PLAYERS]; new classccolor1[MAX_PLAYERS]; new classccolor2[MAX_PLAYERS]; new classchealth[MAX_PLAYERS]; new classctires[MAX_PLAYERS]; new classbhave[MAX_PLAYERS]; new classbcolor1[MAX_PLAYERS]; new classbcolor2[MAX_PLAYERS]; new classbhealth[MAX_PLAYERS]; new classbtires[MAX_PLAYERS]; new classahave[MAX_PLAYERS]; new classacolor1[MAX_PLAYERS]; new classacolor2[MAX_PLAYERS]; new classahealth[MAX_PLAYERS]; new classatires[MAX_PLAYERS];
Tables wasn't be setted after register!
by the way, my money is not refreshing automallity. i must use SetMoney(playerid, GetMoney(playerid)); (natives from my anty-moneycheat, it's not the reason - i tested without too).
Where could be problem?