Need Help :/
#8

No I mean wat i done is correct but i just cant get it to update the exp when the person gains the exp. It updates every spawn which i dont want it to be.

My OnPlayerSpawn Code

pawn Код:
public OnPlayerSpawn(playerid)
{
    XPTDLoad(playerid);
    new string[128];
    format(string, sizeof(string), "XP: %d", PlayerInfo[playerid][pExp]);
    TextDrawSetString(TDSTATS[playerid], string);
    TextDrawShowForPlayer(playerid, TDSTATS[playerid]);
    return 1;
}
I had never made one of this xp systems b4 :P
Reply


Messages In This Thread
Need Help :/ - by Lorenc_ - 07.07.2010, 11:17
Re: Need Help :/ - by dice7 - 07.07.2010, 11:19
Re: Need Help :/ - by Lorenc_ - 07.07.2010, 11:25
Re: Need Help :/ - by Lorenc_ - 07.07.2010, 11:35
Re: Need Help :/ - by CAR - 07.07.2010, 11:36
Re: Need Help :/ - by Lorenc_ - 07.07.2010, 11:50
Re: Need Help :/ - by CAR - 07.07.2010, 11:54
Re: Need Help :/ - by Lorenc_ - 07.07.2010, 11:59
Re: Need Help :/ - by CAR - 07.07.2010, 12:04
Re: Need Help :/ - by KnooL - 07.07.2010, 12:09

Forum Jump:


Users browsing this thread: 1 Guest(s)