How to add more car in LARP without vehicleid
#1

I wanna add more vehicles for gang and cop.but i think use vehicleid is a bad way.
When you wanna add more car,you should re-edit the code.


like this:

Код:
public IsACopCar(carid)
{
	if((carid >= 16) && (carid <= 38))
	{
		return 1;
	}
	return 0;
}

if you wanna add more vehicle,you should re-edit
Who have idea to make it easier and more convenient?
Reply
#2

First: Big charathers wont help you getting helped at all.. It looks noob.
Second, adding vehicles to LARP will bug the whole car system.
Reply
#3

Larp is a terrible gm to edit,
U will have to change all defines for the cars, i recommend either dont add cars or get/make a new gamemode
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)