What can be wrong?
#2

Did u define new msg[256]; twice?
Eg:
new msg[256];
new msg[256];

Try making it like:
new msg[256];
new msgtwo[256];
Reply


Messages In This Thread
What can be wrong? - by sscarface - 14.02.2017, 03:33
Re: What can be wrong? - by Immortal99 - 14.02.2017, 04:05
Re: What can be wrong? - by StrikerZ - 14.02.2017, 05:34
Re: What can be wrong? - by sscarface - 14.02.2017, 09:20

Forum Jump:


Users browsing this thread: 1 Guest(s)