Compil Problem
#4

Quote:

new subcmd[MAX_PLAYER_NAME];
subcmd = strtok(cmdtext,idx);

MAX_PLAYER_NAME is defined as 24, i think that isn't enough, change it to 128:
pawn Code:
new subcmd[128];
subcmd = strtok(cmdtext,idx);
Reply


Messages In This Thread
Compil Problem - by rootman - 23.09.2009, 20:46
Re: Compil Problem - by Correlli - 23.09.2009, 20:48
Re: Compil Problem - by rootman - 23.09.2009, 20:55
Re: Compil Problem - by Correlli - 23.09.2009, 20:57
Re: Compil Problem - by rootman - 23.09.2009, 21:08
Re: Compil Problem - by Donny_k - 23.09.2009, 22:35
Re: Compil Problem - by rootman - 23.09.2009, 23:33
Re: Compil Problem - by Donny_k - 24.09.2009, 00:05
Re: Compil Problem - by rootman - 24.09.2009, 02:29
Re: Compil Problem - by Jose 510 - 24.09.2009, 04:45

Forum Jump:


Users browsing this thread: 3 Guest(s)