commands saveskin
#1

provided who can put the command /saveskin
Reply
#2

use pawno code
[pawn] [//pawn] .Only 1 /
Reply
#3

fixman, what register/login system are you using?
Reply
#4

this using
http://forum.sa-mp.com/showthread.ph...highlight=tReg
Reply
#5

pawn Код:
CMD:s(playerid, params[])
{
        new Skin;
        if(sscanf(params, "i", Skin)) return SendClientMessage(playerid, COLOR_RED, "/S [SkinID]");
        else if(Skin < 0 && Skin > 199) return SendClientMessage(playerid, COLOR_RED, "Skin cant be above 199 and below 0!");
        return SetPlayerSkin(playerid, Skin);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)