Search Results
Quote: Originally Posted by henkas Why its doesnt explode? Or show any color? Its just launch and do nothing. Do you have the streamer plugin properly installed? Also, launching it in a...
1,183
Advanced Fireworks v1.0 I'm plowing a bit through old scripts I made for SA-MP some years ago and trying to update and release what I can. This is the first script from that batch and I don't think ma...
1,183
v1.2.2 released! Tiny update regarding SA-MP 0.3.7, all player loops now use GetPlayerPoolSize() instead of GetMaxPlayers(). Get the latest update at Github.
2,161
v1.2.1 released! After years of inactivity, I released a minor update where I fixed one bug. I also put the whole thing onto GitHub, which you can find here. I might add some more features in the fut...
2,161
I have tried to implement option 2 quite some time ago. The biggest problem is though that the RC Tiger can be seen on the map due to the small grey icon. Another problem is that you can use /dl and a...
895
The Witcher 2. Tell him there's sex and naked girls in it. He'll love it.
279
Quote: Originally Posted by The__ I guess we're on the right track. But what I'm trying to do is create a model selection with all of SA-MPs wheels that can go on vehicles, and I'm guessin...
300
Can the SA-MP Download page be updated? It still has server version 0.3z-R1. I just had someone who asked why my script wasn't working for him. It turned out his host had updated his server, to what ...
19,745
It would be possible as feature, but it isn't yet a feature probably because it would require a bit more data to send to the server and thus increasing bandwith requirements. Now it isn't a lot more, ...
145
Unfortunately, this won't work. The client needs to synchronize the key presses to your server if you want to check those keys. Without a customized client, every client will only report these keys. O...
145
I wanted to go to Tomorrowland, but I heard it was sold out within minutes after the sales went live.
402
Een bool is nog steeds een 32 bit variable. Alle losse variables zijn 32 bit in Pawn.
739
Instead of this: Код: stock GetVehicleName(vehicleid) { new string[28]; format(string, sizeof(string), "%s", VehicleNames[GetVehicleModel(vehicleid) - 400]); return string; } You can d...
280
Recompile lskz.amx? Don't open lskz.pwn by double-clicking it. Open the Pawno editor first (with the respective include folder, which has the newest version of the include), then load lskz.pwn via the...
254
What color do you give the players? Make sure it has the correct alpha level (not invisible).
444
Make sure "ammount" is not a float anymore. Furthermore, the code BlackM posted looks fine and should work properly.
1,175
How you include stuff doesn't matter shit, both "" and <> work for every include file. (Although "" allows for files in different directories, but besides that, they're the same.) For your prob...
320
Quote: Originally Posted by cj101 Wrong Side of the Tracks. "All we had to do, was follow the damn train, CJ!" Damn, I've heard that line a lot. Saint Mark's Bistro was a good one, bu...
474
Like dugi says, it seems imgur puts your screenshot through some high compression (killing some of the quality). Check if the original screenshot is also bad looking, before you upload. If it's not bl...
401