9999999/999999 code crashing the gamemode?
#4

Quote:
Originally Posted by Jefff
Код:
public OnPlayerCommandText(playerid, cmdtext[]){
if(strlen(cmdtext) >= 32) return 0;
And solved
And if I were to type "/kick 32 exsesive use of cheats (weapons)" It wouldn't allow that

put
pawn Код:
if(strlen(cmdtext) >= 32) return 1;
Inside the code for the command itself.
Reply


Messages In This Thread
9999999/999999 code crashing the gamemode? - by Mr187 - 27.02.2009, 22:16
Re: 9999999/999999 code crashing the gamemode? - by Yaheli_Faro - 27.02.2009, 22:20
Re: 9999999/999999 code crashing the gamemode? - by Jefff - 27.02.2009, 22:24
Re: 9999999/999999 code crashing the gamemode? - by Yaheli_Faro - 27.02.2009, 22:41
Re: 9999999/999999 code crashing the gamemode? - by Jefff - 27.02.2009, 22:52
Re: 9999999/999999 code crashing the gamemode? - by Mr187 - 28.02.2009, 02:16
Re: 9999999/999999 code crashing the gamemode? - by Extremo - 17.07.2010, 20:49
Re: 9999999/999999 code crashing the gamemode? - by kc - 17.07.2010, 21:42
Re: 9999999/999999 code crashing the gamemode? - by Bella1 - 12.01.2011, 01:10
Re: 9999999/999999 code crashing the gamemode? - by admantis - 12.01.2011, 01:12

Forum Jump:


Users browsing this thread: 1 Guest(s)