Posts: 561
Threads: 27
Joined: Sep 2012
Actually, there is an include for Achievements made by Joe Staff.
You can check it out : https://sampforum.blast.hk/showthread.php?tid=175745
KillerDVX,
Posts: 118
Threads: 9
Joined: Dec 2014
Reputation:
0
Each time the player kills another one you use a variable to increase it's total kills.
When the player killed that many, you show the achievement message. Also you save the variable with his total kills on your register system.
Posts: 1,547
Threads: 122
Joined: Jun 2014
Reputation:
0
if(playerinfo[playerid][pKills] == 500
ermmm?