Weird problem
#1

Ok,I tried to add a house.Everything is fine untill I change
Quote:

pickups=pickups+29;

to
Quote:

pickups=pickups+30;

and

Quote:

new HouseInfo[34][hInfo];

to
Quote:

new HouseInfo[35][hInfo];

The GM doesn't work anymore.Random things spawn,the cars are all destroyd,CMDs not working.Like the whole GM crashes.
Didn't expect that to be honest.
Any help?

Thanks in advance
Reply
#2

what gm is it?
Reply
#3

It's the GF house system but I use it for my own GM
Reply
#4

you probably messed something up while copying, I don't know. Let me see...
did you add the extra line in the house saves file? and did you leave another line empty? why did you d pickups +30? Maybe you missed some closing brace... Please help me help you help them help you
Reply
#5

I have a tutorial for it.Told me to add the lines, saved the property .cfg.Then told me too put insttead of pickup 29 pickup 30 otherwise it won't work.
Reply
#6

pawn Код:
OnPlayerConnect(playerid){
new tmp[10];
for( new i;i<15;i++){
 tmp[i] = i;
}
return true;
}
I think ur error is similar with this case.
Try to look up ur code
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)