[HELP]Hitman faction car problem
#3

Quote:
Originally Posted by Lilcuete
Код:
public IsAHitman(carid)
{
if(carid >= 188 && carid <= 189 || carid <= 190)
	{
		return 1;
	}
	return 0;
}
i don't think it will work, in my opinion it shoud be like that :
Код:
public IsAHitman(carid)
{
if(carid >= 188 && carid <= 190)
	{
		return 1;
	}
	return 0;
}

Quote:
Originally Posted by Lilcuete
not the vehicle id thecar id
it is the same


the bug can also come from when the player enter the vehicle..
Reply


Messages In This Thread
[HELP]Hitman faction car problem - by Lilcuete - 05.11.2009, 21:20
Re: [HELP]Hitman faction car problem - by Lilcuete - 05.11.2009, 21:27
Re: [HELP]Hitman faction car problem - by Alice[WS] - 05.11.2009, 21:38
Re: [HELP]Hitman faction car problem - by Lilcuete - 05.11.2009, 21:46
Re: [HELP]Hitman faction car problem - by Alice[WS] - 05.11.2009, 21:50
Re: [HELP]Hitman faction car problem - by Lilcuete - 05.11.2009, 21:55
Re: [HELP]Hitman faction car problem - by Lilcuete - 05.11.2009, 22:42
Re: [HELP]Hitman faction car problem - by Blaze09 - 06.11.2009, 00:34
Re: [HELP]Hitman faction car problem - by retart441 - 06.11.2009, 01:06
Re: [HELP]Hitman faction car problem - by Lilcuete - 06.11.2009, 17:10

Forum Jump:


Users browsing this thread: 1 Guest(s)