str shadows problem
#4

new levels,Nam[MAX_PLAYER_NAME],pname[MAX_PLAYER_NAME],str[128],ID;

Right there, line 21. You've defined it there making it a global variable. You would need to remove that and then only create it inside of the function you're using to make it local.
Reply


Messages In This Thread
str shadows problem - by iStrow - 11.03.2012, 21:02
Re: str shadows problem - by captainjohn - 11.03.2012, 21:20
Re: str shadows problem - by IstuntmanI - 11.03.2012, 21:21
Re: str shadows problem - by [ABK]Antonio - 11.03.2012, 22:05

Forum Jump:


Users browsing this thread: 1 Guest(s)