SA-MP Forums Archive
how to send reson ban/kick and reset setplayerskin - 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: how to send reson ban/kick and reset setplayerskin (/showthread.php?tid=478720)



how to send reson ban/kick and reset setplayerskin - cuchip - 01.12.2013

i /ban or /kick no show reason player kick/ban how make code show reason player kick? and help me Scripting reset setplayerskin in sever thanks
thanks alll


Re: how to send reson ban/kick and reset setplayerskin - Loot - 01.12.2013

Take a look at https://sampwiki.blast.hk/wiki/Kick for the fix to kick/ban.
What do you mean by 'reset setplayerskin'?


Re: how to send reson ban/kick and reset setplayerskin - cuchip - 01.12.2013

reset setplayerskin(.... after dead you can help me ?


Re: how to send reson ban/kick and reset setplayerskin - ReApZ - 01.12.2013

add this line
pawn Код:
{
        //Kicks the player who the executed this command
        KickWithMessage(playerid, 0xFF0000FF, "You have been kicked.");
        return 1;
    }
    return 0;