Ban on Death - 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: Ban on Death (
/showthread.php?tid=653317)
Ban on Death -
jvdg - 01.05.2018
How can I make a script to ban a person when she dies?
Re: Ban on Death -
kovac - 01.05.2018
PHP код:
public OnPlayerDeath(playerid, killerid, reason)
{
Ban(playerid);
return 1;
}
Re: Ban on Death -
jasperschellekens - 01.05.2018
But why would you want to do that ? lol
Re: Ban on Death -
jvdg - 01.05.2018
Quote:
Originally Posted by kovac
PHP код:
public OnPlayerDeath(playerid, killerid, reason)
{
Ban(playerid);
return 1;
}
|
Thanks, but how can I ban only a player's nickname? Not their IP?