Search Results
Change pawn Код: format(query, sizeof(query), query, to pawn Код: format(query, sizeof(query), i.e. remove the second "query" . Also about your other error make sure the spelling of the fie...
101
pawn Код: case 1: // Selecting                                 {                                     switch(listitem)                              ...
68
Hello guys, I'm looking for a reliable server host (I assume a paid one, I doubt there are reliable ones for free). Could you recommend me something you have experience with ? Thanks in advance.
141
I have 2 suggestions: 1st - upside down camera 2nd - 3D Holograms where text, textdraw and dialogs can be used as well (pictures probably too)
33,788
Why don't you create these textdraws using either Zamaroht's textdraw editor or the one created by iPLEOMAX ?
123
I assume that you have to update your plugins and includes, especially sscanf and then re-try. Edit: re-compile your scripts once you're done with updating.
88
What is that fixes include suppose to be ?
257
Have you checked for dialog ID conflicts ?
149
At least does it send the messages for the picked list item ?
149
I am not quite sure what is the result you are expecting, but what you do is to add classes to the class selection. You could use SetSpawnInfo, SetPlayerSkin and SpawnPlayer functions as it would be m...
149
It has nothing to do with plugins, its just your links, have you actually tried to put them in your browser get the file and play it in an audio player ?
85
Simply create a textdraw with a box.
151
This is great! Could be useful for survival gamemodes.
692
I'd rather using the 1st method of the listed, because it enables you to update the data whenever you need to. It's really convenient as you can use a command to save player's stats, for instance you ...
176
Here I come with a suggestion, not entirely sure whether it's accomplishable or not, but if you could make it when a player is aiming with a sniper to show the distance to the target.
310
Quote: Originally Posted by rickisme just get content normal(cache_get_field_content) And how will I convert the date ?
166
Hello guys, I'm experiencing a small problem. I'm using mysql r39-2 plugin. When a player logs onto his account I send a query to update their last login time pawn Код: mysql_format(MC, query, si...
166
Hello guys, recently I decided that the custom progress bar I used on my server is a bit clumsy and not smooth at all. I looked around and found this one (click on it). So I'd like someone to give me...
89
Quote: Originally Posted by Tuntun v0.3d, (C)2005-2011 SA-MP Team [18:06:24] Loading plugin: audio.so [18:06:26] Failed. [18:06:26] Loading plugin: streamer.so [18:06:27] Failed. [1...
122
You need to expand the size of the password field in the mysql database to 129 characters, as whirlpool hash encryption is that long . Edit: `Password` varchar(40) > `Password` varchar(129) Edit2:...
64