Search Results
For example second character of string[] = "dog" is "o" Is there function for this?
141
Quote: Originally Posted by Kaperstone There isn't a callback for that, nor a way to get information about the song unfortunately. There are only play and stop. You can do this with the ...
95
Quote: Originally Posted by Kaperstone SetTimer and call TextDrawHideForPlayer function in the callback (when it finishes) I know these functions. I say is it possible SetTimer("hidetex...
95
Quote: Originally Posted by NaS Those are lots of small textdraws next to each other (best use Sprites for precise squares). The gradient can easily be calculated by taking Color 1 RGB va...
84
I want hide textdraw when song finish. Is it possible?
95
Quote: Originally Posted by NaS Those are lots of small textdraws next to each other (best use Sprites for precise squares). The gradient can easily be calculated by taking Color 1 RGB va...
84
How can I make gradient textdraw like this?
84
I click the textdraw but nothing happens. new PlayerText:market1[MAX_PLAYERS]; public OnPlayerConnect(playerid) { market1[playerid] = CreatePlayerTextDraw(playerid, 220.000000, 164.733093, "Tabanca...
41
Quote: Originally Posted by jlalt You're using per player textdraw PHP код: CreatePlayerTextDraw  but using Global Textdraw click callback. PHP код: OnPlayerClickTextDr...
79
I click the textdraw but nothing happens. public OnPlayerConnect(playerid) { takimsec4[playerid] = CreatePlayerTextDraw(playerid, 175.500000, 119.933448, "Terorist Forces"); PlayerTextDrawLetterSize(...
79