Achievements Help
#1

Fixed!
Reply
#2

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,
Reply
#3

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.
Reply
#4

Fixed!
Reply
#5

if(playerinfo[playerid][pKills] == 500


ermmm?
Reply
#6

Код:
if(GetPlayerState(killerid) == PLAYER_STATE_PASSENGER)
{
     PlayerInfo[killerid][achievement][db]++
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)