Search Results
Best of luck. Get the counter ready for the amount of times you're about to say; "Have you tried turning it off and on again? " haha.
926
****** and download that particular dynamic link library file and drag it into the folder you are running your server executable from.
73
You would need to find a location within the game, then place the object in where you wish. You can do this by using "CreateObject();" however, I recommend you use a streamer for streaming objects (i...
213
Ask your host what operating system they have installed. CentOS based operating systems sometimes have different plugins in order to work-... So if you're on CentOS - go to the plugins page and check ...
181
Have it so your gamemode automatically sets it to weather 2. However it is possible to script it in so that they have to press a button/turn them on via a command in order to make the glow appear. C...
93
Try upgrading your server speicifications? Also is it dedicated or a VPS? If its a VPS, other users on the same hardware as you may be affecting the network. Also; make sure your game mode doesn't ha...
98
A friend of mine is having a similar problem. Our first error was the .so.16 - but after upgrading due to it not reading the file, it gave this error. My hunch is that it loads the 64-bit libraries b...
61
But won't the developers want to look at suggestions even if the people suggesting it are offline? So why would you need the ID?
194
Easiest thing to do in my opinion is actually tell your players upon registering to do that command. Just saying though, not everybody hates it, as I have found some of my favorite radios through tha...
176
I personally use a custom CentOS distribution modified to my needs, but are you sure also that the dependency you installed is for the right architecture? (32-Bit) / (64-Bit).
185
Another quick fix for this can be done by setting the in game weather to 2. Same happens with the lights on police cruisers/ambulances/fire trucks etc. Also, regardless, make sure you have the above ...
166
When you say "individual car velocity" - do you mean a vehicle model or actual individual cars? (Depending on how you do it, it is possible). Secondly, what I think you're looking for is SetObjectMat...
99
Quote: Originally Posted by ViruZz Mind pointing me in the right direction please? First, read the thread carefully to ensure you downloaded the CentOS version of the plugin. Next; try...
185
Quote: Originally Posted by UnknownGamer How do you know which line it's refeering to... It doesn't tell you. It says "1" after "line" it the message you displayed in your thread. Howe...
91
CentOS has a seperate plugin for MySQL than the standard Linux, however by looking at your error it appears it's a misconfiguration or that you're missing libraries that the plugin depends upon to exe...
185
I've looked through most of the animations, and there is none like this besides a dance animation, but that bends over and then stands back up again whilst twerking. Sorry I couldn't help.
96
Browse the filterscripts section on here, there's some good jobs there. As for adding custom jobs, you need to script them in yourself, as I doubt many people will script for you for free. There's a...
148
Quote: Originally Posted by JohnRazer pawn Код: public OnPlayerConnect(playerid){    GivePlayerCash(playerid, 250000);    pInfo[playerid][pDonateRank] = //Whatever your rank is  Â...
141
Add; pawn Код: else{      SCM(playerid, -1, "You must type either '/knock drugs' or '/knock weapons'.");} After the "else if" statement. Also sorry for bad indention, on mobile.
99