Creating EXP with level system
#2

I see several possible mistakes:

In SetPlayerEXP change PlayerInfo[playerid][exp] = exp to: PlayerInfo[playerid][exp] = EXP;

In SetPlayerLevel change PInfo[playerid][exp] = LEVEL; to PInfo[playerid][plevel] = LEVEL;

In GivePlayerLevel change PInfo[playerid][exp] += LEVEL; to PInfo[playerid][plevel] += LEVEL;


Thats due to copy'n paste...
Reply


Messages In This Thread
Creating EXP with level system - by TheSperm - 21.03.2015, 15:41
Respuesta: Creating EXP with level system - by alexus - 21.03.2015, 16:02
Re: Creating EXP with level system - by TheSperm - 21.03.2015, 16:15
Re: Creating EXP with level system - by Vince - 21.03.2015, 16:17
Re: Creating EXP with level system - by TheSperm - 21.03.2015, 16:58
Re: Creating EXP with level system - by mirou123 - 21.03.2015, 21:22
Respuesta: Creating EXP with level system - by alexus - 22.03.2015, 12:37

Forum Jump:


Users browsing this thread: 1 Guest(s)