29.07.2012, 06:54
What would the function be?
As all of them are: INI_WriteInt(File, "Level",PlayerInfo[playerid][pLevel]); - something like that with the pNAMEHERE changed, but because it's co-ordinates doesn't it need something different?
Thanks!
If you could help, I am implementing a crime system, anyone(for now) can do /su and the player ID, I have made the pCrimes, etc, made the command but How do I make it so it's like once there did /su IDHERE it will add a crime..
I think it's something like: PlayerInfo[giveplayerid][pCrimes] += 1;; - or something like that?
Thank you so much for all your help!
EDIT: I have made a simple command /sume and it adds the crime to the /stats, etc but when I do the /su ID it doesnt work since it says unknown 'giveplayerid'? any help?
As all of them are: INI_WriteInt(File, "Level",PlayerInfo[playerid][pLevel]); - something like that with the pNAMEHERE changed, but because it's co-ordinates doesn't it need something different?
Thanks!
If you could help, I am implementing a crime system, anyone(for now) can do /su and the player ID, I have made the pCrimes, etc, made the command but How do I make it so it's like once there did /su IDHERE it will add a crime..
I think it's something like: PlayerInfo[giveplayerid][pCrimes] += 1;; - or something like that?
Thank you so much for all your help!
EDIT: I have made a simple command /sume and it adds the crime to the /stats, etc but when I do the /su ID it doesnt work since it says unknown 'giveplayerid'? any help?