Is that right?
#6

Hi!
A Big THX for this Code but
I'm looking for exactly that all the car's ID defined but on the contrary, so all I Motorbikes, boats and so on, and then define only the contrary can also "else(" If you understand what I mean...
I need something like:
Код:
public IstEinAuto(carid)
{
	new fahrrad = CallLocalFunction("IstEinFahrrad","i");
	new roller = CallLocalFunction("IstEinRoller","i");
	new quad = CallLocalFunction("IstEinQuad","i");
	new motorad = CallLocalFunction("IstEinMotorad","i");
	new flugzeug = CallLocalFunction("IstEinFlugzeug","i");
	new helikopter = CallLocalFunction("IstEinHelikopter","i");
	new boot = CallLocalFunction("IstEinBoot","i");
	if(!boot && !helikopter && !flugzeug && !quad && !motorad && !roller && !fahrrad)
	{
		return 1;
	}
	return 0;
}
ok?
Reply


Messages In This Thread
Is that right? - by G-KilLa - 24.02.2009, 13:34
Re: Is that right? - by brett7 - 24.02.2009, 13:42
Re: Is that right? - by G-KilLa - 24.02.2009, 14:11
Re: Is that right? - by G-KilLa - 24.02.2009, 15:03
Re: Is that right? - by brett7 - 24.02.2009, 19:20
Re: Is that right? - by G-KilLa - 25.02.2009, 12:39
Re: Is that right? - by G-KilLa - 26.02.2009, 07:26
Re: Is that right? - by G-KilLa - 26.02.2009, 17:59
Re: Is that right? - by Marcel - 26.02.2009, 18:05

Forum Jump:


Users browsing this thread: 6 Guest(s)