17.04.2011, 08:04
Why my text dont appear?This is my code:
Any help pls"?
Код:
//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 --;