Help with Level and Exp System. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with Level and Exp System. (
/showthread.php?tid=364755)
Help with Level and Exp System. -
H4it - 31.07.2012
Hi every body, i have a question with the system of Level and Exp for RolePlays servers.
Now, I'm working in my RP, The Gamemode is from 0 lines, scripted by me and i need this system(is the elemental for RP) and i see the GF and LARP systems, but i can't understand the parts of the sistems.
So: How can I make a similar system?
I hope you can Help me, thanks for all 
regards.
PD: I'm Argentinean, sorry for the bad english
Re: Help with Level and Exp System. -
XStormiest - 31.07.2012
using a file system, using enums and this is just a bit
https://sampforum.blast.hk/showthread.php?tid=175565
https://sampforum.blast.hk/showthread.php?tid=65290
+ Tutorial good luck
https://sampforum.blast.hk/showthread.php?tid=270229
don't create all this only something like
pawn Код:
enum pLevel
{
Level,
EXP
}
new PlayerInfo[playerid][pLevel] // and other..
Respuesta: Help with Level and Exp System. -
H4it - 31.07.2012
Okey, i have te variables and are saved in a .ini, now,i want these scores(levels) fulfill the function add Exp at the level, How can i do?
PD: I read the tutorial and i Do the same in the gm...