SA-MP Forums Archive
death window - 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: death window (/showthread.php?tid=445708)



death window - JEkvall95 - 22.06.2013

Death window for join and leave server.
How do I add that?


Re: death window - burnfire - 22.06.2013

PHP код:
public OnPlayerConnect(playerid)
{
    
SendDeathMessage(playerid,200);
    
//Anything you have here
    
return 1;




Re: death window - JEkvall95 - 23.06.2013

Doesn't it shows a death sign then? I hope it will shows a connect sign