CanerKaraca Posted June 7 Share Posted June 7 @nonamenoname do you have any information about Open Limit Adjuster's latest version and SAMP-GPS mod is incompatible with addon? Can you fix it? Link to comment Share on other sites More sharing options...
realNemo Posted June 10 Share Posted June 10 could you add an option to disable the transparent Esc menu? Im using a plugin that allows you to play videos in the menu, but it doesnt work with the samp addon And starting with version R8, there was a problem that on SAMP 0.3DL servers, if retexture is used on objects (for example, through / mtcolor texture studio), then at any time of the day and in any weather they are too bright. On 2/16/2022 at 2:29 PM, maj00r said: Every object with material is now too bright. R8: Older version: I have the same problem! Link to comment Share on other sites More sharing options...
Willialla Posted June 10 Share Posted June 10 Is samp addon compatible with LOD fixes? Link to comment Share on other sites More sharing options...
nonamenoname Posted June 10 Author Share Posted June 10 (edited) On 6/8/2022 at 1:29 AM, CanerKaraca said: @nonamenoname do you have any information about Open Limit Adjuster's latest version and SAMP-GPS mod is incompatible with addon? Can you fix it? I don't have any bugs How to reproduce? On 2/16/2022 at 7:29 PM, maj00r said: Every object with material is now too bright. R8: Older version: I don't have this post CreateObject code On 4/19/2022 at 8:25 AM, MBT said: Can you fix this limit? With Open limit adjuster + SAMP Addon the game doesn't start I'm trying to use Effects Mod by Ezekiel / Junior_Djjr (realistic effects) with ModdedSAA to load gta.dat (for the waves effects, doesn't work without gta.dat in ModdedSAA) What install to game? Edited June 10 by nonamenoname Link to comment Share on other sites More sharing options...
realNemo Posted June 10 Share Posted June 10 2 hours ago, nonamenoname said: I don't have any bugs How to reproduce? I don't have this post CreateObject code What install to game? Link to comment Share on other sites More sharing options...
CanerKaraca Posted June 10 Share Posted June 10 2 hours ago, nonamenoname said: I don't have any bugs How to reproduce? https://github.com/ThirteenAG/III.VC.SA.LimitAdjuster/releases download the latest version of OLA and download SA-GPS from here https://github.com/janglapuk/SAMP-GPS/releases. Link to comment Share on other sites More sharing options...
nonamenoname Posted June 10 Author Share Posted June 10 (edited) 16 minutes ago, CanerKaraca said: https://github.com/ThirteenAG/III.VC.SA.LimitAdjuster/releases download the latest version of OLA and download SA-GPS from here https://github.com/janglapuk/SAMP-GPS/releases. still no bugs 54 minutes ago, realNemo said: do I should write it from screen? Edited June 10 by nonamenoname Link to comment Share on other sites More sharing options...
CanerKaraca Posted June 10 Share Posted June 10 18 minutes ago, nonamenoname said: still no bugs Oh, i installed latest Addon and both works fine now. Thanks. Link to comment Share on other sites More sharing options...
realNemo Posted June 11 Share Posted June 11 21 hours ago, nonamenoname said: do I should write it from screen? sorry, check code here https://pastebin.com/zR2QsAqw 21 hours ago, CanerKaraca said: https://github.com/ThirteenAG/III.VC.SA.LimitAdjuster/releases download the latest version of OLA and download SA-GPS from here https://github.com/janglapuk/SAMP-GPS/releases. By the way, about OLA. When using SkyGFX Extendend (https://www.mixmods.com.br/2022/04/sa-skygfx/) + OpenLimitAdjuster + Samp Addon - if you get into a vehicle, the game crashes. Link to comment Share on other sites More sharing options...
Ciyradyl Posted June 11 Share Posted June 11 Somehow I can't use the download links for addon? Is it only me? Link to comment Share on other sites More sharing options...
nonamenoname Posted June 11 Author Share Posted June 11 (edited) 6 hours ago, realNemo said: sorry, check code here https://pastebin.com/zR2QsAqw it needs revert 1 change I don't know is there solution You can try not to use SetDynamicObjectMaterial (why is it needed?) 6 hours ago, realNemo said: By the way, about OLA. When using SkyGFX Extendend (https://www.mixmods.com.br/2022/04/sa-skygfx/) + OpenLimitAdjuster + Samp Addon - if you get into a vehicle, the game crashes. I still don't have crash post crashlog Edited June 11 by nonamenoname Link to comment Share on other sites More sharing options...
unknwn99 Posted June 12 Share Posted June 12 Hi, is it possible to disable shooting while on fire? (without addon you cant shoot while set on fire) addon version2.4 r16 Link to comment Share on other sites More sharing options...
nonamenoname Posted June 13 Author Share Posted June 13 2.6 R11 Fixed crash 0x4AA614 with bad effects files Fixed cleo bug audio files plays when game is minimized SAMP: Fixed SAMP bug player can receive damage from big distance if other player fire with LMC+RMC Fixed bug player can avoid 5hp damage from falling from not big height with animation Fixed addon incompatible with mod WindowedMode caused crash on start Download installer Download Rar AliceTG and CanerKaraca 2 Link to comment Share on other sites More sharing options...
unknwn99 Posted June 13 Share Posted June 13 My game is crashing on 2.6 R11 version Link to comment Share on other sites More sharing options...
nonamenoname Posted June 13 Author Share Posted June 13 (edited) 1 hour ago, unknwn99 said: My game is crashing on 2.6 R11 version don't post crash without crashlog On 6/12/2022 at 12:02 PM, unknwn99 said: Hi, is it possible to disable shooting while on fire? (without addon you cant shoot while set on fire) addon version2.4 r16 Changes need to server owners: Spoiler .You can weapon fire on fire. Solution: public OnPlayerTakeDamage(playerid,issuerid,Float:amount,weaponid,bodypart) { if(weaponid==37) { new weapon=GetPlayerWeapon(playerid); if(weapon>=22 && weapon<=42 && weapon!=39 && weapon!=40) SetPlayerArmedWeapon(playerid,0); } } Edited June 13 by nonamenoname Link to comment Share on other sites More sharing options...
CanerKaraca Posted June 14 Share Posted June 14 I've updated all audio DLLs on libraries folder from UN4Seen. Here the download link of the pack I have no idea it makes any difference on your game experience. Here for anyone interested. Link to comment Share on other sites More sharing options...
nonamenoname Posted June 14 Author Share Posted June 14 (edited) 9 hours ago, CanerKaraca said: I've updated all audio DLLs on libraries folder from UN4Seen. Here the download link of the pack I have no idea it makes any difference on your game experience. Here for anyone interested. new bass.dll has other volume I didn't find it in bass changelog maybe if someone ask this on un4seen forum Edited June 14 by nonamenoname Link to comment Share on other sites More sharing options...
nonamenoname Posted June 15 Author Share Posted June 15 (edited) 2.6 R12 SAMP 0.3.7/0.DL I found and fixed new RCE remote code execution exploit it strongly recommended to play on server only with addon! I tried to contact SAMP developer Kalcor, but after a week he didn't answer Download installer Download Rar on screen example of exploit Edited June 15 by nonamenoname AliceTG and CanerKaraca 2 Link to comment Share on other sites More sharing options...
AliceTG Posted June 15 Share Posted June 15 Thank you so much for this update! I love SAMP Addon Link to comment Share on other sites More sharing options...
MBT Posted June 16 Share Posted June 16 (edited) Wait, what exploit? Can you give us more details? Is it an exploit that can be run by any player from the servers, or just the owners? On 6/15/2022 at 1:50 PM, nonamenoname said: 2.6 R12 SAMP 0.3.7/0.DL I found and fixed new RCE remote code execution exploit it strongly recommended to play on server only with addon! I tried to contact SAMP developer Kalcor, but after a week he didn't answer on screen example of exploit Edited June 16 by MBT Link to comment Share on other sites More sharing options...
nonamenoname Posted June 16 Author Share Posted June 16 3 hours ago, MBT said: just the owners? this You can connect to server, server run exploit on your computer MBT 1 Link to comment Share on other sites More sharing options...
Liam Jackal Posted June 16 Share Posted June 16 Hi mate, great add-on. One issue though, I can't tab out of GTA SA properly when I'm on SAMP, any fixes? Link to comment Share on other sites More sharing options...
nonamenoname Posted June 17 Author Share Posted June 17 2.6 R13 Fixed game bug you can fast run with sniper rifle or camera aim with zoomout key Download installer Download Rar CanerKaraca 1 Link to comment Share on other sites More sharing options...
nonamenoname Posted June 18 Author Share Posted June 18 (edited) 2.6 R14 Fixed game bug run animation can be bugged with run key and aim weapon key Fixed SAMP bug you can't damage player aims sniper and surfs on vehicle with driver from sniper Download installer Download Rar Edited June 18 by nonamenoname CanerKaraca 1 Link to comment Share on other sites More sharing options...
nonamenoname Posted June 21 Author Share Posted June 21 (edited) 2.6 R15 Fixed game bug sit animation is stopped if you change zoom in sniper firle Additional fix to high jump on bike Fixed game bug you can stop roll strafe sit animation SAMP: Added smooth to vertical weapon aim synchronization Fixed game bug animation can be stopped after weapon aim Fixed SA-MP synchronization bug other player can infinity fire from spraycan or fireextinguisher if player run and click fire and change weapon to spraycan or fireextinguisher Fix samp bug synchronization with server can stop work now works on every SA-MP version Download installer Download Rar Edited June 21 by nonamenoname CanerKaraca 1 Link to comment Share on other sites More sharing options...
CanerKaraca Posted June 21 Share Posted June 21 Wow, nice updates, looks like samp addon revived. Thanks for hard work. Link to comment Share on other sites More sharing options...
Valen7789 Posted June 22 Share Posted June 22 Hello, is it possible to fix the crash i have with the Fastman92 limit adjuster? Link to comment Share on other sites More sharing options...
nonamenoname Posted June 22 Author Share Posted June 22 4 hours ago, Valen7789 said: Hello, is it possible to fix the crash i have with the Fastman92 limit adjuster? post crashlog I don't have crash with this mod Link to comment Share on other sites More sharing options...
CanerKaraca Posted June 22 Share Posted June 22 I have crash too with no mod except addon and F92LA. SA-MP 0.3DL Exception At Address: 0x73BB4F8E in unknown Exception: 0xC0000005 - Access violation reading location 0x73BB4F8E Registers: EAX: 0x00000000 EBX: 0x00000001 ECX: 0x00000000 EDX: 0x80022000 ESI: 0x00000ABA EDI: 0xA87A1F97 EBP: 0x0177FD80 ESP: 0x0177FD38 EFLAGS: 0x00210246 Backtrace: 0x73BB4F8E in unknown 0x0053C09A in gta_sa.exe 0x0053E986 in gta_sa.exe 0x0053ECC2 in gta_sa.exe 0x00619B71 in gta_sa.exe 0x00748DA0 in gta_sa.exe 0x008246F1 in gta_sa.exe 0x00824588 in gta_sa.exe ASI plugins: $fastman92limitAdjuster.asi audio.asi NormalMapFix.asi OutFitFix.asi SAMP.asi SAMPGraphicRestore.asi ShellFix.asi StreamMemFix.asi Address code: E9 B1 9A 77 04 Before address code: E8 06 C4 02 00 Stack: +0000: 0x0053C09A 0x0000001A 0xFFFFFFFF 0x00000000 +0010: 0x6FDBB600 0x0000005A 0x00200217 0x03ED24DE +0020: 0x0000001A 0xA878F89D 0x00000000 0x1A170F68 +0030: 0x0177FD58 0x0177F774 0x0177FF64 0x03F293A4 +0040: 0x03F4EB88 0x00000002 0x77101A30 0x0053E986 +0050: 0x00000001 0x00000491 0x00B5F8B8 0x0053ECC2 +0060: 0x00000001 0x00619B71 0x0000001A 0x00000001 +0070: 0x00000001 0x0000000A 0x00748DA0 0x0000001A Game work: 1 sec Pos: 1502.974365 -891.815918 80.499496 Game Version: US 1.0 Memory: 243 MB Stream memory: 39/1024 MB Windows 10 64 bit Link to comment Share on other sites More sharing options...
nonamenoname Posted June 22 Author Share Posted June 22 crashlog give me nothing how to reproduce crash? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now