Is that right?
#8

here this is my solution
Код:
stock IstEinAuto(carid)
{
	if(!IstEinFahrrad(carid) && !IstEinMotorroller(carid) && !IstEinQuad(carid) && !IstEinMotorad(carid) && !IstEinBoot(carid) && !IstEinHelikopter(carid) && !IstEinFlugzeug(carid))
	{
		return 1;
	}
  return 0;
}
is that right?
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)