SA-MP Forums Archive
[PAWNO] help please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [PAWNO] help please (/showthread.php?tid=548090)



[PAWNO] help please - rahmanrama - 27.11.2014

please help




Respuesta: [PAWNO] help please - !R1Ch@rD! - 27.11.2014

deletes else and leave it with if


Re: [PAWNO] help please - rahmanrama - 27.11.2014

same problem bbro


Re: [PAWNO] help please - Juvanii - 27.11.2014

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;
}