08.02.2010, 15:37
Hey guys.
I'm actually making my gamemod, but i have a problem.
I put the player's info in a scriptfile, but all informations are separated by a coma ( e.g : Peter_Smith,0,0,150536864,9000,0,0,0,0,1,2895 )
How can i change my script to make a better scriptfile like :
It would be easier to change values, because i plan to add too much things more.
Thanks
I'm actually making my gamemod, but i have a problem.
I put the player's info in a scriptfile, but all informations are separated by a coma ( e.g : Peter_Smith,0,0,150536864,9000,0,0,0,0,1,2895 )
How can i change my script to make a better scriptfile like :
Quote:
Surname_Name = Peter_Smith PhoneNr = 2895 etc... |
Thanks