Search Results
It's a dirty workaround. I do not want to create textdraws everytime when I want to show them. I think that this is a SA-MP bug (that probably won't be fixed)... Order of textdraws should be in the s...
67
Hi. I've noticed a weird problem on my server with order of my textdraws. Today I've created a little script to test it on a clean server. Here is the code of this script: https://pastebin.com/auWGM...
67
Quote: Originally Posted by Aliassassin123456 EDIT: If you are already using Dan's, fear not, you don't need to switch. it's totally fine and guaranteed. I'm not so sure. When I was usi...
1,355
And how PlayerTextDraw streamer will work? :P Streamer means that it streams when you're closer to object. PlayerTextDraw is an GUI, not a real object.
93,978
Whaaat... I was searching on ****** for: "returnstringarg" and found nothing intresting (even when using site:github.com). Thank you. Changed name and compiled fine.
6,689
I'm using 39-4 version for now. It's to much work to update it to the latest. I don't think that mysql is a problem.
6,689
Hi. I was using an old YSI 3 and today decided to update YSI to 4.0 and update compiler to Zeex one. I'm using only y_iterate, y_inline and y_bit. I've also added -Z arg to compiler, but still have t...
6,689
Yes, plugin works on 0.3.7 R2 I have question: Is that possible to connect 2 clients from the same IP? Now client disconnects when trying to join as second player from the same IP.
38,694
Worked! Thanks. Didn't think about it
50,006
Quote: Originally Posted by Meller I had problem with these lines: PHP код:     #if defined OnPlayerCommandReceived         forward OnPlayerCommandReceived(playerid,Â...
26,162
Quote: Originally Posted by vannesenn I don't understand this alias:help("commands", "cmds", "menu"); If you type "/cmds", "/menu" or "/commands" - it should call /help command instead
26,162
Hi. I have trouble with this plugin. Seems that there is problem with vector_find_arr() function. Code: [23:51:17] [debug] AMX backtrace: [23:51:17] [debug] #0 native vector_find_arr () from cstl.so...
3,105
It's your font problem. Just change font to another one and check again. Some fonts are "broken" in SA-MP.
92
When you click ESC, https://sampwiki.blast.hk/wiki/OnPlayerClickTextDraw is called with clickedid = INVALID_TEXT_DRAW
226
I think that You have forgotten to change the name of the function in include
50,006
Could you show me your code, that "works without problems"? I've found what happens: http://prntscr.com/7u4v83 http://prntscr.com/7u4vdj Player with ID 10 left from the server then player with 0 get...
93,978
I don't think so, becouse everytime when I'm using Dynamic3DText's nicknames are bugged. When using normal 3DText in THE SAME METHOD - Everything works fine. Can you show me how have you done it? May...
93,978
Anyone have problems with 3D Texts? Always and only players with ID 0 have bugged texts above head (nicknames). I know, that is streamer problem. Everything is okay in my gamemode, only ID 0 is bugged...
93,978
Код: format(str, sizeof(str), "Sir %s, %s", PlayerName2(playerid), sonylikes[sonylike]);
86
Quote: Originally Posted by Crayder If you need something as small as renaming a function you should just edit the source yourself. This would be as easy as 'search and replace in all file...
50,006