Jump to content

Home

Too many char's?


ck-killa

Recommended Posts

Posted

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?

Posted

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.

Posted

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.

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...