I going to change tazer system to /tazer
#9

Код:
COMMAND:tazer(playerid, params[])
{
    if(GetPVarInt(playerid, "Tazer") == 1)
    {
        SetPVarInt(playerid, "Tazer", 0);
        RemovePlayerAttachedObject(playerid, 0);
        Action(playerid, "puts his taser back into his belt.");
        return 1;
    }
	SetPVarInt(playerid, "Tazer", 1);
    SetPlayerAttachedObject(playerid, 0, 18642, 6, 0.06, 0.01, 0.08, 180.0, 0.0, 0.0);
    Action(playerid, "takes his taser out of his belt.");
    return 1;
}
Reply


Messages In This Thread
I going to change tazer system to /tazer - by ajam112 - 26.09.2013, 15:03
Re: I going to change tazer system to /tazer - by Voxel - 26.09.2013, 15:09
Re: I going to change tazer system to /tazer - by ajam112 - 26.09.2013, 15:11
Re: I going to change tazer system to /tazer - by Voxel - 26.09.2013, 15:12
Re: I going to change tazer system to /tazer - by CesarLT - 26.09.2013, 15:13
Re: I going to change tazer system to /tazer - by Voxel - 26.09.2013, 15:15
Re: I going to change tazer system to /tazer - by CesarLT - 26.09.2013, 15:16
Re: I going to change tazer system to /tazer - by ajam112 - 26.09.2013, 15:17
Re: I going to change tazer system to /tazer - by Brandon_More - 26.09.2013, 15:27
Re: I going to change tazer system to /tazer - by ajam112 - 27.09.2013, 03:57

Forum Jump:


Users browsing this thread: 1 Guest(s)