Search Results
eLg Clan's FR/RP Official Server | 0.3.7 | 87.98.132.123:7777 | www.elgclan.net We first launched in January 2007 and have since opened our doors to thousands of players over the past 13 years. Ou...
2,964
Code: new strz[20]; Size needs to be bigger. Try: Code: new strz[64];
369
Somewhere: Code: new healthpickups[4]; In OnGameModeInit (change the x, y, z): Code: healthpickups[0] = CreatePickup(1240, 1, x, y, z); healthpickups[1] = CreatePickup(1240, 1, x, y, z); healthpicku...
325
Quote: Originally Posted by Kasichok Yes and yes Someone must've updated the tool that does it (or made their own?) . OnPlayerWeaponShot rapidly printed that a player was using weapon I...
2,070
Quote: Originally Posted by Kasichok weird i tried such thing on my server (R2) didnt crash anyone Is your server version also R2-2? Also did you try weapon ID 0? It's weapon ID 0 that ...
2,070
Quote: Originally Posted by MarianImmortalGod So we need to determine every single weapon that will be used in our server ? or we can just put Code: switch (weaponid) { defa...
2,070
In recent days players in my server have been suffering from a game freeze/crash caused by hackers firing bullets from weapon ID 0 (a non-bullet weapon). This was supposedly fixed in the 0.3.7-R2 serv...
2,070
Quote: Originally Posted by Symon I don't know if this is a bug but when selecting an option from Wheel Arch Angels (tried that modshop only), such as Respray or Exaust or anything in that...
3,009
Quote: Originally Posted by Dice_ Github? It's 1 file lol. Quote: Originally Posted by Mobtiesgangsa one question! do you have a menu editor? No sorry. I got the menu i...
3,009
Quote: Originally Posted by Chaprnks I like the script, but I just noticed one major flaw: AFAIK, Kalcor removed CreateMenu function from SA-MP recently.. I remember reading a reply in Eve...
3,009
This is a filterscript for server side mod shops. It requires Incognito's streamer plugin for the use of dynamic checkpoints. There are pros and cons to using scripted mod shops: Pros: - Most land ve...
3,009
I've contemplated doing it for a while now. I think now is the right time while there's still time for people to learn from it and extract from it if they wish to (credit please)
4,403
I've decided to release my eLg Clan's Freeroam/Roleplay script to the public. This is the 0.3.7 version. I will probably include the 0.3.DL version later. Some notes: - To make yourself level 7 (head...
4,403
eLg Clan's Freeroam/Roleplay | 0.3.7 | 91.134.156.47:7777 | www.elgclan.com We first launched in January 2007 and have since opened our doors to thousands of players over the past 12 years. Our sc...
404
When you enter a vehicle as passenger whilst using SPECIAL_ACTION_USECELLPHONE the special action will break, though GetPlayerSpecialAction isn\'t updated and will stay as SPECIAL_ACTION_USECELLPHONE....
806
Get the X and Y 2 units in front of a player: Код: new Float:x, Float:y, Float:z, Float:a; GetPlayerPos(playerid, x, y, z); GetPlayerFacingAngle(playerid, a); x += floatsin(-a, degrees) * 2.0; y +...
189
https://forum.sa-mp.com/showpost.php...2&postcount=66
632
Quote: Originally Posted by Stefhan I added it, but I want to know why it's important. Isn't the fact that the timer is on "false" enough to kill it? No it doesn't kill it, it just stop...
348
Quote: Originally Posted by Stefhan So I installed YSF and compiled the code, but now the labels won't appear at all. My current code: Код: new Text3D:PlayerLoginLabel[MAX_PLAYE...
348