SA-MP Forums Archive
How to add that? - 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: How to add that? (/showthread.php?tid=491921)



How to add that? - BarFix - 01.02.2014

Where should i add those things?
https://sampforum.blast.hk/showthread.php?tid=487997


pawn Код:
forward OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ);
forward OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart);
forward OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid, bodypart);
can someone explain me please?


Re: How to add that? - Konstantinos - 01.02.2014

Download the server package from the links of that post and those callbacks will be already forwarded in the a_samp.inc


Re: How to add that? - BarFix - 01.02.2014

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Download the server package from the links of that post and those callbacks will be already forwarded in the a_samp.inc
Oh ok thanks