Search Results
Quote: Originally Posted by Jay_Dixon I like your dialog style, how'd you get that? I had that GUI, but I lost it, if I find it again, i'll give it to you
3,215
Quote: Originally Posted by IS4 Thanks for reporting; there has been a bug in map_remove. 0.7.2 released to fix this issue. I have also added another set of functions, map_has_key, to che...
1,526
Can you please check map_remove? for an example: Code: new Map:m = map_new(); map_add(m, 1, 123); map_add(m, 2, 456); map_remove(m, 1); // returns false printf("%d", map_get(1)); // prints, 123
1,526
Oh, of course, I see what an issue is, you are doing query wrong! Код: mysql_format(SQL, string, sizeof(string), "SELECT `code` FROM `users` WHERE `name`='%e' LIMIT 1", playerid); Here you trying...
225
Add Код: printf("%d", mysql_num_rows()); on the line before Код: cache_get_value_int(0, "code", PlayerInfo[playerid][pCode]); and check response looks like you're getting nothing back from a ...
225
try from Код: cache_get_value_int(0, code", PlayerInfo[playerid][pCode]); to Код: cache_get_value_int(0, "code", PlayerInfo[playerid][pCode]);
225
this is an example how i did it a more than year ago with ColAndreas, and it can be much better than that if you're using CA https://sampforum.blast.hk/showthread.php?tid=598249
635
Quote: Originally Posted by Max_Andolini I have that same problem. My resolution 1440*900 and when it comes to updating other dialog types. in couple days
3,215
Quote: Originally Posted by coool Why my title isn't full centred? looks like it depends on your resolution, try change it and see
3,215
You must add space between new lines, so from \n\n To \n \n
82
I saw it on github, working on update to solve issues.. Thanks for feedback
3,215
Nice one my friend, repped
777
Quote: Originally Posted by Luicy. Would you ever finish this to work with lists? Working on that, im a bit bussy in life, so don't have much time to try finish it.. but in 2-3 days sh...
3,215
Interesting, but use Uppercase first letter in functions, this is not java ppp rep+
499
Thanks guys! Quote: Originally Posted by SickAttack What can this be useful for? When you working with dynamic raycast cordinates you can debug them with this, to see where raycast go...
805
ColAndreas Debug Line Include which support visually colandreas line hit Include This must be included after ColAndreas Код: #include <ca_debug> Functions Код: CA_DebugDrawLine(Float:...
805
Quote: Originally Posted by XBrianX m8 sometimes u have to use s0biet to test ur script lol Not true i never used it, and can test anything i need
3,026
1.0.2 Update Added support for caption (title) Usage: \\c at first place on caption (check examples) p.s. I expect some tiny bugs, if you find any, pls report it... Thanks
3,215