How to do this? :/
#2

If you have a register system (else this wouldn't work):

pawn Код:
if(PlayerInfo[playerid][pKills] == 10) { //your code ...
// you can add PlayerInfo[playerid][pKills]++; so you don't get bugs like leveling up each time you log in if you have 10 kills or whatever... just saying
if(PlayerInfo[playerid][pKills] = 500) { // your code ..
And repeat. Look up Kush's tutorial on how to make a DIALOG ACCOUNT SYSTEM.
It will help you out.
Reply


Messages In This Thread
How to do this? :/ - by RiChArD_A - 25.12.2012, 15:01
Re: How to do this? :/ - by jNkk - 25.12.2012, 15:33
Re: How to do this? :/ - by jNkk - 25.12.2012, 15:35
Re: How to do this? :/ - by Konstantinos - 25.12.2012, 15:38
Respuesta: Re: How to do this? :/ - by RiChArD_A - 25.12.2012, 15:42
Re : How to do this? :/ - by [HRD]Mar1 - 25.12.2012, 15:54
Respuesta: Re : How to do this? :/ - by RiChArD_A - 25.12.2012, 16:06
Re : Respuesta: Re : How to do this? :/ - by [HRD]Mar1 - 25.12.2012, 16:13
Respuesta: Re : Respuesta: Re : How to do this? :/ - by RiChArD_A - 25.12.2012, 17:09
Re: How to do this? :/ - by jNkk - 25.12.2012, 17:42

Forum Jump:


Users browsing this thread: 1 Guest(s)