SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
waysemir - 16.03.2018
SA-MP 0.3 DL AND 0.3.8 weapon-config include working but health is not down and i write /sethp 0 50 but health is not change
note: im turkish, my english is very bad guys so sorry.
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
Cypress - 17.03.2018
You should be aware that the plugin was never updated for 0.3.7 DL. That means that it is not recommended using a none updated plugins, which can cause further problems like stability issues or crashes and bugs.
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
NaS - 17.03.2018
Quote:
Originally Posted by Cypress
You should be aware that the plugin was never updated for 0.3.7 DL. That means that it is not recommended using a none updated plugins, which can cause further problems like stability issues or crashes and bugs.
|
Isn't weapon-config an Include and no Plugin?
From what I know weapon-config doesn't use any functions that were changed/altered in 0.3.7DL or 0.3.8, so it should actually still work as-is.
@OP: Do you use SetPlayerHealth (your command) inside the script where weapon-config is included? Just making sure since that function is hooked by the include.
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
Max_Andolini - 17.03.2018
Quote:
Originally Posted by NaS
Isn't weapon-config an Include and no Plugin?
From what I know weapon-config doesn't use any functions that were changed/altered in 0.3.7DL or 0.3.8, so it should actually still work as-is.
@OP: Do you use SetPlayerHealth (your command) inside the script where weapon-config is included? Just making sure since that function is hooked by the include.
|
Dude SKY plugin changed.
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
Cypress - 17.03.2018
Quote:
Originally Posted by Max_Andolini
Dude SKY plugin changed.
|
Yea, sorry for not declaring about the SKY plugin. The weapon config requires the use of the SKY plugin. It might be working on 0.3.7 DL. Tho on 0.3.8 it required an update of the memory addresses and might still need the same for 0.3.7 DL if not done already.
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
Jeroen52 - 19.03.2018
To fix the textdraws use this patch.
PHP код:
From 238057774c34dbe652e3ba2fcc9a21aaaf06e374 Mon Sep 17 00:00:00 2001
From: Jeroen de Neef <jeroen52@gmail.com>
Date: Mon, 26 Feb 2018 01:30:16 +0100
Subject: [PATCH] This is a nasty fix for the health bar not updating in
0.3-DL.
---
weapon-config.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/weapon-config.inc b/weapon-config.inc
index 76e914c..ddc1269 100644
--- a/weapon-config.inc
+++ b/weapon-config.inc
@@ -4026,6 +4026,8 @@ static UpdateHealthBar(playerid, bool:force = false)
SetPlayerHealth(playerid, 8000000.0 + float(health));
if (s_HealthBarVisible[playerid] && !s_IsDying[playerid]) {
+ PlayerTextDrawDestroy(playerid, s_HealthBarForeground[playerid]);
+ s_HealthBarForeground[playerid] = PlayerText:INVALID_TEXT_DRAW;
if (s_HealthBarForeground[playerid] == PlayerText:INVALID_TEXT_DRAW) {
s_HealthBarForeground[playerid] = CreatePlayerTextDraw(
playerid,
--
2.16.2.windows.1
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
Kar - 19.03.2018
Why doesn't someone just fork the repo and start updating it lol.
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
Jeroen52 - 19.03.2018
Quote:
Originally Posted by Kar
Why doesn't someone just fork the repo and start updating it lol.
|
Because I'm shit at maintaining [strike]someone else's[/strike] code.
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
Max_Andolini - 19.03.2018
Weapon Config my forked version 0.3.DL
https://github.com/MaxAndolini/samp-weapon-config
SKY Plugin 0.3.DL version
http://forum.sa-mp.com/showpost.php?...&postcount=137
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
waysemir - 31.03.2018
Quote:
Originally Posted by Max_Andolini
|
Thanks dude. @Max_Andolini (Reyiz seni hala samp platformunda gцrmek beni cidden mutlu ediyor, bьyьk işlere imza atmaya devam ediyorsun. Esen kal adamsın.)
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
waysemir - 04.04.2018
Quote:
Originally Posted by Max_Andolini
Dude SKY plugin changed.
|
link is broken (link kırık reyiz)
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
waysemir - 08.04.2018
up guys, help me please tested all solves but not working
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
Max_Andolini - 08.04.2018
Quote:
Originally Posted by waysemir
link is broken (link kırık reyiz)
|
http://forum.sa-mp.com/showpost.php?...&postcount=137
Re: SA-MP 0.3 DL AND 0.3.8 weapon-config include problem -
waysemir - 03.05.2018
sky include is a 0.3 dl version? or not?