How do I make a tazer? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do I make a tazer? (
/showthread.php?tid=244001)
How do I make a tazer? -
bijoyekuza - 25.03.2011
Hey scripters. I need a tazer for my server.
I know its not 1 lame line but how do I make this ?
Re: How do I make a tazer? -
[ProX]BlueFire - 25.03.2011
put this in ur onplayercommandtext
Код:
if (strcmp("/tazer", cmdtext, true, 10) == 0)
{
GiveTazer(playerid);
return 1;
}
and download this
http://solidfiles.com/d/39ebe/
NOTE:this file put in pawno/includes
ANOTHER NOTE: put
Код:
#include <cop-tools>
on the top of ur script!
credits to geso for the include
Re: How do I make a tazer? -
bijoyekuza - 25.03.2011
It gives me the tazer(looks like a shocker)
But it doesnt shoot or does anything