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

Quote:
Originally Posted by Pinguinn
Посмотреть сообщение
Fixed

pawn Код:
if(strcmp(cmd, "/setskin", true) == 0)
    {
        new tmp[256];
        tmp = strtok(cmdtext,idx);
        if(strval(tmp) >= 0 || strval(tmp) <= 299) return SendClientMessage(playerid, -1,"That skin does not exist");
        SetPlayerSkin(playerid,strval(tmp));
        return 1;
    }
id 0 and id 299 still exists
Lol yea and you blocked that too.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)