Need Help :/
#6

Might work, I think its like that 100%.

But when i use this

pawn Код:
GivePlayerXp(playerid, amount)
{
    PlayerInfo[playerid][pExp] = PlayerInfo[playerid][pExp] + amount;
}
How do i make it update the textdraw string
I mean where do i put this to update the exp textdraw
pawn Код:
new string[128];
    format(string, sizeof(string), "XP: %d", PlayerInfo[playerid][pExp]);
    TextDrawSetString(TDSTATS[playerid], string);
    TextDrawShowForPlayer(playerid, TDSTATS[playerid]);
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)