Server crash if anyone type /skin higher than 299
#3

Its in main test_cmds :

if(strcmp(cmd, "/skin", true) == 0) {
new tmp[256];
tmp = strtok(cmdtext,idx);
SetPlayerSkin(playerid,strval(tmp));
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)