SA-MP Forums Archive
I need help with my DM GM - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need help with my DM GM (/showthread.php?tid=94994)



I need help with my DM GM - CTCCoco - 02.09.2009

How I can put this: on my GM?


Thanks for all.


Re: I need help with my DM GM - Ibanez - 02.09.2009

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Just use that


Re: I need help with my DM GM - CTCCoco - 02.09.2009

Quote:
Originally Posted by [RP
Shogun ]
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Just use that
Ah yes... omg. Thanks.