Code - Stopping rest of OnGameModeInit() from loading
#2

I think you are breaking the array limits.

You set:
pawn Код:
new rname[24];
Then you use a destination size on the strmid line to: 255

Try setting, 255 to :
pawn Код:
sizeof(rname));
Reply


Messages In This Thread
Code - Stopping rest of OnGameModeInit() from loading - by Antonio [G-RP] - 02.02.2011, 23:10
Re: Code - Stopping rest of OnGameModeInit() from loading - by [L3th4l] - 02.02.2011, 23:18
Re: Code - Stopping rest of OnGameModeInit() from loading - by Antonio [G-RP] - 02.02.2011, 23:23

Forum Jump:


Users browsing this thread: 1 Guest(s)