ck-killa Posted May 4, 2006 Share Posted May 4, 2006 In g_local.h typedef struct { char netname[MAX_NETNAME]; char clanname[MAX_CLANNAME]; char ip_info[64]; <====== (Ignore's this command) } clientPersistant_t; I think its because I put too many char's. Is there a limit set somewhere? Link to comment Share on other sites More sharing options...
ensiform Posted May 5, 2006 Share Posted May 5, 2006 are you trying to store the IP like i did? you may wanna follow the proper steps to fixing the clientSession because you dont want to store IP in clientPers as it is cleared on map restart... Here: http://www.lucasforums.com/showpost.php?p=1995841&postcount=4 and were you not looking for this too: ? http://www.lucasforums.com/showpost.php?p=2077790&postcount=10 Link to comment Share on other sites More sharing options...
ck-killa Posted May 5, 2006 Author Share Posted May 5, 2006 Well thing is I followed both your tutorials and all it did was mess my source up real bad. Plus im just talking about the char's. For some reason every time I add more then 2 chars it just screws up the last one I added. Link to comment Share on other sites More sharing options...
ensiform Posted May 5, 2006 Share Posted May 5, 2006 what exactly do you mean by "mess up your source". there really isnt a limit, at least not for that but what do you mean by screwing up the last one you added. Link to comment Share on other sites More sharing options...
ck-killa Posted May 5, 2006 Author Share Posted May 5, 2006 By "messed up my source" I mean I put in the code just as you said, and all it did was give me like 10 errors. Ones I have no idea how to fix. I think you're going to have to be more thurough with your tutorial. I'll give you the exact error messages later if you want. Link to comment Share on other sites More sharing options...
ensiform Posted May 5, 2006 Share Posted May 5, 2006 yes pls 2 do. maybe show where u put things... and did u get rid of the old counterparts of those functions? Link to comment Share on other sites More sharing options...
ck-killa Posted May 5, 2006 Author Share Posted May 5, 2006 ok ill post it as soon as i can. Right now im really busy on something, but ill try later tonight. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.