22.09.2009, 08:59
I had a textdraw application and i did what it said, no complying errors but it wont work :/ here are the codes:
UP:
On player connect:
Onplayerdissconnect:
Ongamemodeint:
all complied and done good, but wont show up? help.. please
UP:
Quote:
new Text:textdraw; |
Quote:
TextDrawShowForPlayer(playerid, textdraw); |
Quote:
TextDrawHideForPlayer(playerid, textdraw); |
Quote:
public OnGameModeInit() { SetGameModeText("Towely Skunk 420%b"); textdraw = TextDrawCreate(6,446,"Towel Skunk 420 Server"); TextDrawFont(textdraw,3); TextDrawUseBox(textdraw,0); ShowPlayerMarkers(1); ShowNameTags(1); |