if (strcmp("/sirene", 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); //Object Model: 19419 |
SendClientMessage(playerid, COLOR_RED, "Vocк adicionou uma sirene a seu veiculo");
return 1;
}