Search Results
Hosted list price just went up recently by 6 euro. greedy fuckers.
163
I've got one for SAMP 0.3e, I found it on a Polish site. PM me for the link as i don't want to cross link different forums on here.
114
It's possible in 0.3e, I found a plugin for it on another site. Not sure if I'm allowed to advertise it here so PM if you want the link.
88
I've moved my server from one VPS to a dedi, I've installed the same operating system and duplicated everything as it was on the other server. I uploaded my SAMP server files and game mode, along with...
94
I saw the topic regarding this issue when quitting a server, the game freezes then an error message box pops up. I have had this problem in 0.3d and 0.3d R2. What can I do to fix this? Or is it stil...
239
Quote: Originally Posted by Jochemd Scriptable! Unhelpful. I wasn't saying it's not scriptable, just asked if such a function existed before I make it myself.
9,331
When I use /dl i see "Passenger Seats" is there a scripting function to check the amount of passenger seats a vehicle has, to avoid triggering the but when exiting a vehicle with from an invalid passe...
9,331
Sometimes when you get killed, it looks like you've been hit by a car. Also sometimes if you die in water you can swim around, then when you get out of the water you'll see the death anim. Same goes f...
131
Quote: Originally Posted by Mozz I think this has been discussed before, leadaim makes samp specific to it's purpose and it's probably the reason most of the players interested in "DM" pla...
26,935
Are there any changes to hitboxes and damage? In 0.3c I'm finding, as well as some others I've spoke to, that if they're in a server where their ping is 200 - 300 they don't need to lead aim against s...
26,935
Under OnPlayerEnterVehicle you need to set the engine to 0, so it isn't running. pawn Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){     new engine, lights, alarm, doors, ...
156
Thanks for the reply, it still crashes everyone even if one player spawns. It only works with one or two players connected, otherwise it crashes the client.
108
pawn Код: for(new i=0; i<SLOTS; i++){    SetPlayerAttachedObject(i, 5, 18864, 10, 0,0 -10);} For some reason this causes everyone's client to crash in the server. If there are two players it...
108
format is still bugged.. Players can't register in my server since i changed to R5 because the MySQL string gets cut shorter.
12,923
I've gone back to using R2, when i switched to R5 a lot of my formatted strings were messed up, causing some of the mysql queries to fail, and some charactors missing from the beginning and end of str...
12,923
I think i found the problem. It looks like it was being caused by mysql_ping(); I've removed that from the script and it works fine now.
103
I've switched from SQLite to MySQL, everything works so much faster and better. The server is randomly freezingthough, and either needs a restart or takes around 5-6 hours to start responding again. ...
103
The plugin version is fine, it normally hangs after two players connect at the same time as one leaves, during ban evade checks. Threading the queries has fixed this problem, but now the ban details w...
66
It's only happening on my ban coding. When a player connects, first it checks if they're on an exception list, then it checks if they're namebanned, then range banned, then IP banned. All of those ar...
66
I've threaded the majority of my queries now, and it's happening far less that it used to. It still randomly disconnects though sometimes when a threaded query is used, not always just random times. T...
114