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


Flip the Vehicle!
/FLIP Command
Q: "What is the name of this filterscript?"
A: "Read above LOL!"

Q: "What this filterscript do?"
A: "This filterscript will make your gamemode, when there is a player type /flip, the car will be flipped into normal angle"

Q: "Then..."
A: "That's all!"

Q: "The code?"
A: "The code? Read it abo.... oh... sorry, here it is..."

pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{

  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;
  }
  }
   return 0;
}
Q: "How do i install it?"
A: "Simple! Just put the codes above into your gamemode!"

Q: "Can u repeat please, i didn't hear what you say..."
A: "READ IT LOL! I didn't SAY, but i WROTE. So READ IT!"

Q: "I can't read, can you help me?"
A: "I have no idea that there is a PAWNO scripter that cannot read -.-"

Q: "How can i compile my gamemode?"
A: "THIS IS NOT A TOPIC TO ASK FOR IT!!!"

Q: "Can i......."
A: "What ever you say, NO!"

Q: "But i want to say, can i give you $1000. Ok, you don't want it, so never mind..."
A: " :'( "

Sorry about that.... The Q is stupid and the A is high emotional

A: "I hope this Filterscript will be really usefull!"
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)