12.01.2013, 05:03
Hello anyone, i create this script
Then how to remove the object ?
pawn Код:
if (strcmp("/siren", cmdtext, true, 10) == 0)
{
new objectid = CreateObject(19419, 0, 0, 0, 0, 0, 0);
AttachObjectToVehicle(objectid, GetPlayerVehicleID(playerid), 0.009999, -0.019999, 0.944999, 0.000000, 0.000000, 0.000000);
SendClientMessage(playerid, red, "You've Added a siren to your vehicle");
return 1;
}