Opinions needed for a tazer (etc.) script. - 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: Opinions needed for a tazer (etc.) script. (
/showthread.php?tid=320449)
Opinions needed for a tazer (etc.) script. -
Coffeemonster - 22.02.2012
I'd just like to hear an opinion, I am currently making a gamemode and I was wondering wether I should use the include OPSP (onplayershootplayer -
http://forum.sa-mp.com/showthread.ph...highlight=OPSP) or the new 0.3d functions OnPlayerGiveDamage etc for systems like tazer?
What's the main difference and do I win something by using one specific method?
Re: Opinions needed for a tazer (etc.) script. -
JhnzRep - 23.02.2012
I have just created a Cuff/Tazer/Drag script, using OPSP. Not really familiar with the new OnPlayerGiveDamage function.
If you want to check it out heres the link:
https://sampforum.blast.hk/showthread.php?tid=320458
Re: Opinions needed for a tazer (etc.) script. -
chrism11 - 23.02.2012
the onplayertakedamage can lag, if one of the players has a high ping or low fps, i think best bet would be OPSP
Re: Opinions needed for a tazer (etc.) script. -
Coffeemonster - 23.02.2012
Thanks for the opinions, I'll go for OPSP then.