I discover something on my NPC
#8

@UP: Second part of the post wasn't there when I was posting :P

Quote:
Originally Posted by AndreT
View Post
You're doing it wrong. You need to have one textdraw per player, not one per all.

Create it like this:
pawn Code:
new Text:playerTD[MAX_PLAYERS];
for(new i = 0; i != MAX_PLAYERS; i++)
{
    playerTD[i] = TextDrawCreate(...);
}
Correct, also why did you put it in OnPlayerUpdate, it should only be updated when you give or take score from player so make it into a function, and call the function when SetPlayerScore is called.


Quote:
Originally Posted by GAMER_PS2
View Post
i read rules 48 hours has been pass so i can bump...
If you read it carefully, you will notice that 48hrs should gone from the last, not from the first one and it should contain some useful information, not just that ur bumping xD
Reply


Messages In This Thread
I discover something on my NPC - by GAMER_PS2 - 24.10.2011, 09:36
Re: I discover something on my NPC - by =WoR=Varth - 24.10.2011, 12:09
Re: I discover something on my NPC - by GAMER_PS2 - 25.10.2011, 08:52
Re: I discover something on my NPC - by =WoR=Varth - 25.10.2011, 08:58
Re: I discover something on my NPC - by GAMER_PS2 - 25.10.2011, 10:43
Re: I discover something on my NPC - by GAMER_PS2 - 26.10.2011, 13:16
Re: I discover something on my NPC - by AndreT - 26.10.2011, 13:26
Re: I discover something on my NPC - by i514x - 26.10.2011, 13:30
Re: I discover something on my NPC - by Finn - 26.10.2011, 13:38
Re: I discover something on my NPC - by GAMER_PS2 - 27.10.2011, 08:53

Forum Jump:


Users browsing this thread: 1 Guest(s)