SA-MP Forums Archive
[Question]OnPlayerTakeDamage/OnPlayerGiveDamage - 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: [Question]OnPlayerTakeDamage/OnPlayerGiveDamage (/showthread.php?tid=388440)



[Question]OnPlayerTakeDamage/OnPlayerGiveDamage - Zosski - 28.10.2012

I've got one question. Can I disable normal damage in SA:MP? I wanna make somethink like no-damage shooting.
(I know, my English is terrible)


Re: [Question]OnPlayerTakeDamage/OnPlayerGiveDamage - PrawkC - 28.10.2012

You can set everyone to the same team, as being on the same team will disable friendly fire.

https://sampwiki.blast.hk/wiki/SetPlayerTeam


Re: [Question]OnPlayerTakeDamage/OnPlayerGiveDamage - Zosski - 28.10.2012

Quote:
Originally Posted by PrawkC
View Post
You can set everyone to the same team, as being on the same team will disable friendly fire.

https://sampwiki.blast.hk/wiki/SetPlayerTeam
Thanks!