How do I make a tazer?
#1

Hey scripters. I need a tazer for my server.
I know its not 1 lame line but how do I make this ?
Reply
#2

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
Reply
#3

It gives me the tazer(looks like a shocker)
But it doesnt shoot or does anything
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)