[HELP] Problem With AC BalkanSecurity - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Problem With AC BalkanSecurity (
/showthread.php?tid=595518)
[SOLVED] Problem With AC BalkanSecurity -
TitanZ - 04.12.2015
DELETE
Re: [HELP] Problem With AC BalkanSecurity -
TitanZ - 04.12.2015
Bump
Re: [HELP] Problem With AC BalkanSecurity -
SilverStand - 04.12.2015
Try change
Код:
SetPlayerHealth(playerid,FLOAT_INFINITY);
to
Код:
AC_BS_SetPlayerHealth(playerid, FLOAT_INFINITY);
Re: [HELP] Problem With AC BalkanSecurity -
JaKe Elite - 04.12.2015
I would recommend you using Slice's weapon config include, It has an accurate & server sided health & armours. The damage is synced in properly.
Re: [HELP] Problem With AC BalkanSecurity -
TitanZ - 04.12.2015
Quote:
Originally Posted by SilverStand
Try change
Код:
SetPlayerHealth(playerid,FLOAT_INFINITY);
to
Код:
AC_BS_SetPlayerHealth(playerid, FLOAT_INFINITY);
|
xD i forgot to replace
SetPlayerHealth to
AC_BS_SetPlayerHealth
BTW Thanks
Re: [HELP] Problem With AC BalkanSecurity -
SilverStand - 05.12.2015
Quote:
Originally Posted by TitanZ
xD i forgot to replace SetPlayerHealth to AC_BS_SetPlayerHealth
BTW Thanks
|
No Problem XD