Help with Achievement Script - 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: Help with Achievement Script (
/showthread.php?tid=290827)
Help with Achievement Script -
nilanjay - 17.10.2011
I want to make a achievement script, a script which gives an achievement to a player when he got his first kill. How can i do that?
Re: Help with Achievement Script -
$India$ - 17.10.2011
Scirpt Request Thread.
And i think this is a really good thing you have to give a try to it. wiki.sa-mp.com
Re: Help with Achievement Script -
nilanjay - 17.10.2011
I only need some hint for that
Re: Help with Achievement Script -
$India$ - 17.10.2011
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
//Do Your Code Here
return 1;
}
Re: Help with Achievement Script -
Wesley221 - 17.10.2011
https://sampforum.blast.hk/showthread.php?tid=277706
Re: Help with Achievement Script -
nilanjay - 17.10.2011
Okay, i will try