Help with Level and Exp System.
#1

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
Reply
#2

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..
Reply
#3

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...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)