Posts: 432
Threads: 34
Joined: Apr 2013
Reputation:
0
I want to create an experience point system which will give experience point like score .. But not will be score .. It would be an enum which get saved in a file.ini, but i don't know how to create that type of system.. There is one but using dini and i want in y_ini. And player need to be get experience on every robbery. I also tried to do it many times.. But never get success.. So suggest me how can i do it .
Posts: 432
Threads: 34
Joined: Apr 2013
Reputation:
0
I have read out this topic many times.. But not getting that how to update experience variable ... I mean that: i already creates a system which allows to give experience points but there is a silly mistake ... That is when i use GiveExperienceToPlayer(playerid, 20); then it set experience only once to 20 and after it doesn't add experience .. Again It set experience value to 20 ...so i want to know what i need to do to +experience value ...