Count
#7

Why my text dont appear?This is my code:
Код:
//top of script
new iPlayersInDM;
new Text:TD;

//OnGamemodeInit
new iStr[15];
format(iStr, sizeof(iStr), "Players: %i", iPlayersInDM);
TextDrawShowForAll(TD);
TD=TextDrawCreate(420,350,iStr);
TextDrawSetString(TD, iStr);
TextDrawShowForAll(TD);

//Command
iPlayersInDM ++;

//OnPlayerDead
iPlayersInDM --;
Any help pls"?
Reply


Messages In This Thread
Count - by Admigo - 16.04.2011, 23:43
Re: Count - by [L3th4l] - 16.04.2011, 23:47
Re: Count - by Admigo - 17.04.2011, 00:09
Re: Count - by Admigo - 17.04.2011, 00:27
Re: Count - by Luis- - 17.04.2011, 00:39
Re: Count - by Admigo - 17.04.2011, 00:47
Re: Count - by Admigo - 17.04.2011, 08:04

Forum Jump:


Users browsing this thread: 2 Guest(s)