21.05.2013, 18:11
I want this inside the player's .ini file:
where 26 is the weapon id and 590 the ammo. I know its possible because ****** mentions this y_ini's ability when demonstrating how to approach values from tag teams.
EDIT: I tried this: INI_WriteInt(File, "weapon", 0, 0); No error came up but I got this:
instead of this:
Код:
weapon = 26 590
EDIT: I tried this: INI_WriteInt(File, "weapon", 0, 0); No error came up but I got this:
Код:
weapon = 0
Код:
weapon = 0 0