Textdraw does not update
#8

Oh... lol... it's probably the fact you have a 'playerid' parameter in the damage function, and it hasn't been defined yet...

Instead of:
pawn Код:
SetTimer("Damage", 2000, true);
You need:
pawn Код:
SetTimerEx("Damage", 2000, true, "i", playerid);
I think this would belong under OnPlayerConnect if I'm correct?
Reply


Messages In This Thread
Textdraw does not update - by Neil. - 04.02.2013, 05:48
Re: Textdraw does not update - by JaKe Elite - 04.02.2013, 06:53
Re: Textdraw does not update - by Neil. - 04.02.2013, 07:08
Re: Textdraw does not update - by Neil. - 04.02.2013, 08:17
Re: Textdraw does not update - by Vince - 04.02.2013, 08:18
Re: Textdraw does not update - by Neil. - 04.02.2013, 08:23
Re: Textdraw does not update - by denNorske - 04.02.2013, 08:33
Re: Textdraw does not update - by Threshold - 04.02.2013, 08:46
Re: Textdraw does not update - by Neil. - 04.02.2013, 10:03
Re: Textdraw does not update - by Neil. - 04.02.2013, 10:21

Forum Jump:


Users browsing this thread: 1 Guest(s)