[PAWNO] help please
#1

please help

Reply
#2

deletes else and leave it with if
Reply
#3

same problem bbro
Reply
#4

pawn Код:
CMD:skin(playerid, params[])
{
    new skinid;
    if(sscanf(params, "i", skinid)) return SendClientMessage(playerid, COL_RED, "MSG");
    if(skinid < 0 || skinid > 299) return SendClientMessage(playerid, COL_RED, "MSG");
    //rest of code..
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)