30.05.2010, 16:54
Hello I need need help with a command, it is called /callcar and it calls a car for example
Vehicle1 = AddStaticVehicleEx(559,-1043.0850,1560.0236,32.9163,262.8105,86,86, 5000);
Vehicle2 = AddStaticVehicleEx(559,-1043.0850,1560.0236,32.9163,262.8105,86,86, 5000);
i want to call these vehicles which is in OnGameModeInit with /callcar [carname]
so if i wanted to call Vehicle1 i would type, /callcar Vehicle1 and it would come in front of me
Any ideas on how i can do this??
Vehicle1 = AddStaticVehicleEx(559,-1043.0850,1560.0236,32.9163,262.8105,86,86, 5000);
Vehicle2 = AddStaticVehicleEx(559,-1043.0850,1560.0236,32.9163,262.8105,86,86, 5000);
i want to call these vehicles which is in OnGameModeInit with /callcar [carname]
so if i wanted to call Vehicle1 i would type, /callcar Vehicle1 and it would come in front of me
Any ideas on how i can do this??