[FilterScript] [FS] Flip the Vehicle! ( /FLIP Command )
#13

Just put this under onplayercommand after {(bracket) in you gm
Code:
 if(strcmp(cmdtext, "/flip", true) == 0)
  {
  if(IsPlayerInAnyVehicle(playerid))
  {
    new currentveh;
    new Float:angle;
    currentveh = GetPlayerVehicleID(playerid);
    GetVehicleZAngle(currentveh, angle);
    SetVehicleZAngle(currentveh, angle);
    SendClientMessage(playerid, 0xFFFFFFFF, "Your vehicle has been flipped.");
    return 1;
  }
  else
  {
    SendClientMessage(playerid, 0xFFFFFFFF, "You are not in any vehicle!");
    return 1;
  }
  }
Reply


Messages In This Thread
[FS] Flip the Vehicle! ( /FLIP Command ) - by virspector - 04.10.2009, 09:04
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by Imran.Abbas - 04.10.2009, 09:15
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by Correlli - 04.10.2009, 09:49
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by MenaceX^ - 04.10.2009, 10:04
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by misho1 - 24.04.2011, 16:31
AW: [FS] Flip the Vehicle! ( /FLIP Command ) - by NewErA1996 - 16.06.2011, 21:42
Re: AW: [FS] Flip the Vehicle! ( /FLIP Command ) - by Basicz - 16.06.2011, 23:28
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by jot16 - 16.06.2011, 23:29
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by Lorenc_ - 17.06.2011, 01:47
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by Sinner - 17.06.2011, 09:34
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by MA_proking - 17.06.2011, 10:46
AW: [FS] Flip the Vehicle! ( /FLIP Command ) - by NewErA1996 - 17.06.2011, 12:34
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by MA_proking - 17.06.2011, 13:53
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by bartje01 - 17.06.2011, 16:02
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by biggiephil234 - 21.04.2013, 22:17
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by Can4ns - 21.04.2013, 22:19
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by ahmad95 - 22.04.2013, 12:12
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by Th3UnKnOwN - 28.08.2014, 02:10
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by OvY2611 - 28.08.2014, 06:39
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by Dimasi - 29.10.2014, 18:38
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by M0HAMMAD - 29.10.2014, 20:34
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by Airblog - 31.10.2014, 12:30
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by Devil143 - 25.02.2015, 14:06
Re: [FS] Flip the Vehicle! ( /FLIP Command ) - by CalvinC - 25.02.2015, 14:32

Forum Jump:


Users browsing this thread: 1 Guest(s)