/siren
#7

I did that and it works but now my siren off command doesn't also is there a way to make it so you just type /siren again and it turns off here is the siren and siren off command
Код HTML:
// Siren
new myobject;
CMD:siren(playerid, params[])
{
    myobject = CreateObject(18646,0,0,-1000,0,0,0,100);
	AttachObjectToVehicle(myobject, GetPlayerVehicleID(playerid), 0.449999,0.000000,0.599999,0.000000,0.000000,0.000000);
	return 1;
}
//siren off
CMD:sirenoff(playerid, params[])
{
	DestroyPlayerObject(playerid, myobject);
    return 1;
}
Reply


Messages In This Thread
/siren - by lramos15 - 30.05.2013, 19:49
Re: /siren - by [..MonTaNa..] - 30.05.2013, 20:00
Re: /siren - by lramos15 - 30.05.2013, 20:55
Re: /siren - by [..MonTaNa..] - 30.05.2013, 21:04
Re: /siren - by lramos15 - 30.05.2013, 21:21
Re: /siren - by Guest123 - 30.05.2013, 23:52
Re: /siren - by lramos15 - 30.05.2013, 23:56
Re: /siren - by bensmart469 - 31.05.2013, 00:07
Re: /siren - by lramos15 - 31.05.2013, 02:12
Respuesta: /siren - by JustBored - 31.05.2013, 02:25

Forum Jump:


Users browsing this thread: 5 Guest(s)