Search Results
So "DIALOG_STYLE_PREVMODEL" only shows skin IDs? I'm trying to make it show object models, but it keeps showing skins. Impossible to make it show objects?
28,651
Here's my code: http://pastebin.com/QaYhw2KR I need suggestion how to improve the current job system I have as I am new to pawn. But my problem right now is that the job is not being loaded upon rest...
76
Looking for an experienced scripter to answer a few questions now and then. Questions regarding pawn and perhaps some MySQL releated questions. Hopefully there's a kind person out there that will help...
202,778
Код: new SKINS[] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49, 50,51,52,53,54,55,56,57,58,59,60...
28,651
This is what I get: Код: [12:54:58] [debug] Server crashed due to an unknown error [12:54:58] [debug] Native backtrace: [12:54:58] [debug] #0 0036de8b in _ZN10StackTraceC1EPv () from plugins/crash...
45
Hey. I was wondering how I am supposed to prevent people from respawning once they are dead. Instead I'd like to apply an animation, and make them go into a "wounded state" kind of. How is this possi...
104
Ah god. This is a mess, don't really understand this loop thing, nor how to load things properly. Also uploaded the code to pastebin so it's easier to read: http://pastebin.com/YJth3Heh Код: #defi...
147
Alright, any clue how I am supposed to deal with the job ids? Quote: Since the jobid is auto increment and primary key, I'm wondering how the heck I am supposed to do this correctly. Exam...
147
Heyhey. I'm making a dynamic job system right now, but I am stuck because I managed to confuse myself - therefore I need some help and hints to get out of it and sort it out. Also need some tips rega...
147
It does appear, the problem is that it doesn't dissapear Andy. "It never appears because you aren't showing it to the player in the first place". I'm? @Sick will try. Confused.
97
Hello again, ehm please don't kill me because I have asked a few questions lately. I'm having some trouble with my textdraw which is supposed to show up if someone writes an invalid command for insta...
97
Quote: Originally Posted by Vince The implementation of Whirlpool in the plugin outputs the result in uppercase and as such it is probably already stored in uppercase in the database. The ...
181
Quote: Originally Posted by Vince No. Make the output of the hash uppercase, not the password itself. Uh alright? But does strtoupper work with pawn though? As this did not work out we...
181
Quote: Originally Posted by Vince A hashing algorithm is universal. Its output is always a predetermined number of bits, which is often represented in hexadecimal notation. In hexadecimal ...
181
I have an user control panel where you register your character. However, there's a small difference between the two hashing methods in the two languages, or well it seems like there is. Because when I...
181
Looking for a guy that is competent when it comes to textdraws. I just have a quick question, hit me up.
202,778
How to you change the box size on the y axis? Because when I click "Size" I'm only able to change the width, not the height. I use arrows < > to change width, and when I use up and down the y di...
15,624