Quote:
Originally Posted by Killer zm
why ilegal ?
I give users.ini like an example i need to change authid in a .txt file where is saved the level of players on authid and is like in users.ini ...
I have a plugin that save ammo packs for zombie plague mode and levels (zombie xp) and i am using fvault for saving ... and is a file with saving ammo packs and a file with saving level ....
levels.txt
"authid" "level"
and ammobank.txt
"authid" "ammo"
and i have some rules ... and when a player break the rules then i want to punish him by replaces his steamid with something ... so he cant load his ammo and level ...but i want to do this without fvault ...i want to do it like in my stock File_Authid...this is why i give users.ini example ...because was more easy to explain .
|
You can do something like this
Code:
/* string, int, int */
"authid" "exp" "banned"
If banned == 1 don't load points for him else you load them
__________________