Search Results
Quote: Originally Posted by Jake187 Go read some tutorials this is for server support not teach you how to use Linux. You don't even no how to use the system and login as root, what you're...
93
Okay... I just bought an SSD Cloud VPS from OVH, got onto the control panel, and I have no idea what to do. I wanna get my SAMP server up and running. For anyone who's used OVH for SAMP, do I need to ...
93
I want to somehow create a camera in SAMP like the MTA map editor camera, where you can move forwards, backwards, left, right, up and down, and move the camera with your mouse. Is this possible in SAM...
49
I have two textdraws that I set as clickable. They're quite a distance away from each other but at the same y value. But, when I hover over one textdraw, it highlights them both. Also, I put my mouse ...
110
I'm probably going to have someone say "this isn't a host help forum" or something, but I've tried contacting my host and they haven't reponded. I just bought a SA-MP server from Evolution Host and I ...
155
Quote: Originally Posted by Vince PHP код: SELECT foo FROM bar LIMIT 0, 8  Where 0 is the row index you want to start from, and 8 is the number of rows you want to fetch...
72
For example, say I want to load 50 races from my database, then display them in a list dialog. 50 races will make a huge dialog, so I'd need more dialogs with "next" and "previous" buttons on them. Sa...
72
Can you use format without any specifiers? For example, I have two strings, string1 and string2: Код: new string1[6] = "Hello", string2[6]; format(string2, sizeof(string2), string1); would that ...
53,488
Quote: Originally Posted by Kaliber Well, this is a height of 2486...are you really sure, that these coords are right? Wow, I didn't even notice! My coordinates have been messed up som...
53
I'm using the correct object IDs (I've double-checked with the SA-MP Wiki), but they don't show up. I'm using Incognito's Streamer plugin (CreateDynamicObject). I made the map in MTA and converted pro...
53
I have a command that creates a jetpack for a player, but when they press enter and the jetpack appears next to them, I need to detect if they walk into it. How can I do this?
105
For example, say I wanted to load 40 rows of data from a MySQL table and present it in a dialog (DIALOG_STYLE_MSGBOX), but a dialog only has capacity for 20 rows of data (just an example). How would I...
60
I'm using Incognito's streamer plugin so I haven't reached max objects or anything. I converted to 0.3c objects using this (click), and then converted using convertffs.com from CreateObject to CreateD...
87
Quote: Originally Posted by CalvinC Use SAMP's map editor, much easier. You're asking me to throw hours of mapping away and start again on a new editor? Not an option.
118
I downloaded the SA-MP 0.3e objects for MTA Map Editor and everything worked fine while I was mapping. I converted the objects with convertffs.com and put them into my gamemode, but it shows the wrong...
118
How would I convert this code to MySQL version R33+ (R39-2 to be specific)? : pawn Код: mysql_fetch_row_format(query);        sscanf(query, "e<p<|>iffffffis[90]is[24]ii>", hData[i...
60
I have a function that I wrote whilst using an older version of MySQL, but now I've updated to R39-2, I can't figure out how to convert this function: pawn Код: format(query2, sizeof(query2), "SE...
150
Quote: Originally Posted by R3N3X Does the MySQL plugin even loads on server startup? No, this is all that happens when I start the server: Код: [12:19:58] Error: Function not regis...
111
Anyone have any suggestions?
111