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

Quote:
Originally Posted by Devil143
View Post
Hey bro..I'm making a sumo server and i want that /flip can only be used 2 times. need help
Create a global variable for all players:
Code:
Flipped[MAX_PLAYERS];
Then in the top of the command, check if the vehicle is flipped twice:
Code:
if(Flipped[playerid] == 2) return SendClientMessage(playerid, -1, "You already flipped twice.");
And increase Flipped by 1 each time you use it.
Code:
Flipped[playerid] ++;
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: 6 Guest(s)