[debug] help
#2

Instead of

Код:
SetTimerEx("HideGameTextTime", 1000, 1, "d", "d");
use

Код:
SetTimerEx("HideGameTextTime", 1000, 1, "d", playerid);
The last two arguments are
1. What type of data you want to transfer.
2. The data.

In this case you want to transfer an Integer (i or d) which is the player id (playerid)
The wiki page will have more information about it.
Reply


Messages In This Thread
[debug] help - by JuzDoiT - 21.01.2017, 18:04
Re: [debug] help - by Codeah - 21.01.2017, 18:07
Re: [debug] help - by JuzDoiT - 21.01.2017, 18:10
Re: [debug] help - by Codeah - 21.01.2017, 18:15
Re: [debug] help - by JuzDoiT - 21.01.2017, 18:17
Re: [debug] help - by Yaa - 21.01.2017, 18:30

Forum Jump:


Users browsing this thread: 1 Guest(s)