Search Results
Hi. Does anybody have the list of houses around SA within their positions? and better if they have out-spawn positions. Thanks
85
Wow... nice job, ++ However as the 4th picture shows, trees just look a bit, aligned?! Anyway, nice idea. :P
274
Quote: Originally Posted by Michael B Try this out: PHP код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) {     if (PRESSED(KEY_SECONDARY_ATTACK)) &&Â...
119
Hi, I have a problem with adding an removing jetpacks. As it goes, I add the jetpack without any problem (Special Action). But the user has some options to remove it, they can use the Eject command (w...
119
Ok you found it, how much is it? Can you please share your results so others can use it too? Thanks.
67
and another... Think I have a very large island on my server, full of roads and building and soo... But, it's outside the map area, it's not seen on the map, and if you go there, you'll not be able to...
33,814
I figured that some damaging processes should be removed from the client and be put into server's side. Some of these options have been somehow suggested before, just wanted to gather em all around an...
33,814
False, SAMP is not really dying, it's only getting a bit less populated because of the GTA V Online and will not die this soon. Edit: Actually, SAMP servers are getting more and more, and some players...
1,075
1. Velocity setting is not bound to anything except the air friction and maybe the integer variable capacity. 2. The thing you're about to do is to increase the maximum speed of a vehicle, which canno...
108
Hi everybody. I'm trying to develop a powerful anti-cheat for my server, which includes various checks to detect teleporting and speed-hacking. As now, it logically seems a powerful algorithm to detec...
110
Create a global array, like WepSkillTrans[], Inside it, in each index, put that index's weapon's skill id, and those which don't accept skills, put -1. For example: PHP код: new WepSkillTrans[...
147
It doesn't ever seem to, the function RefreshXPBar is called right where other TD functions are called, right inside the OnPlayerSpawn callback, others work, this one doesn't. PHP код: public ...
218
Post your file's header, ex: PHP код: #include <...>#define ... ...... 
228
No, just two of them are, [0] and [1], as they are a background and a progress bar, [2] [3] [4] have text inside, however, [4] is also initially blank (space).
218