- 0
Problema Load - server crash
-
Similar Content
-
- 5 replies
- 995 views
-
- 8 replies
- 717 views
-
- 1 reply
- 331 views
-
- 1 reply
- 428 views
-
- 0 replies
- 250 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
celmaismecher
Salut, de fiecare data cand ma conectez pe server, in loc sa mi se incarce skinuriile, serverul pica. Gamemode-ul este foarte bine optimizat, am aceasta problema doar la functia:
function LoadPlayerSkins(playerid) {
for(new i = 0; i < cache_num_rows(); i ++) {
cache_get_value_name_int(i - 1, "ownedSkin", SkinInfo[skinID]); Iter_Add(owned_skins[playerid], SkinInfo[skinID]);
printf("skin loaded %d", SkinInfo[skinID]);
}
return true;
}
17 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now