Compiling Fine but not working In Game
#5

Because.
pawn Code:
if (strcmp("/text", cmdtext, true, 10) == 0)
pawn Code:
if (strcmp("/tcredits", cmdtext, true, 10) == 0)
Replace them to
pawn Code:
if (strcmp("/text", cmdtext, true, 4) == 0)
pawn Code:
if (strcmp("/tcredits", cmdtext, true, 9) == 0)
Reply


Messages In This Thread
Compiling Fine but not working In Game - by VIPAwesome - 09.03.2012, 19:42
Re: Compiling Fine but not working In Game - by Tanush123 - 09.03.2012, 19:45
Re: Compiling Fine but not working In Game - by VIPAwesome - 09.03.2012, 19:47
Re: Compiling Fine but not working In Game - by CmZxC - 09.03.2012, 19:49
Re: Compiling Fine but not working In Game - by Konstantinos - 09.03.2012, 19:49
Re: Compiling Fine but not working In Game - by VIPAwesome - 09.03.2012, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)