gamemode stop working {+rep for best solution}
#1

Solved.
Reply
#2

You don't have 201 Houses.
The 201 is how many houses are being loaded.
You have to actually have 201, before it can successfully load them.
Reply
#3

I have 201 house... but not working.
Reply
#4

Well really, you should be checking if the house exists...
something like:
pawn Код:
new file[40];
format(file, sizeof(file), "ServerFiles/Houses/%d.ini", h);
if(!fexist) continue;
Reply
#5

Sometimes, if you have too many loops in the body of OnGameModeInit it will just randomly stop working. Moving some of the loops to separate functions might work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)