Guest User

Untitled

a guest
Jan 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if (strcmp("/siren", cmdtext, true, 10) == 0)
  2. {
  3. new objectid = CreateObject(19419, 0, 0, 0, 0, 0, 0);
  4. AttachObjectToVehicle(objectid, GetPlayerVehicleID(playerid), 0.009999, -0.019999, 0.944999, 0.000000, 0.000000, 0.000000); //Object Model: 19419 |
  5. SendClientMessage(playerid, COLOR_RED, "You've Added a siren to your vehicle");
  6. return 1;
  7. }
Add Comment
Please, Sign In to add comment