14.09.2013, 13:12
(
Последний раз редактировалось bustern; 14.09.2013 в 14:03.
)
Its just a team, i used this tutorial http://forum.sa-mp.com/showthread.ph...ight=undefined
And when i add more 1 car per team in OnGameModeInit all players can enter in thise cars
Ifmy OngGameModeInit is:
All can enter in thise mavericks, but if my OnGameModeInit is:
Only Grove members will can enter
And when i add more 1 car per team in OnGameModeInit all players can enter in thise cars
Ifmy OngGameModeInit is:
PHP код:
Cars[GroveCars] = CreateVehicle(487,2776.1999500,1290.5000000,13.7000000,272.0000000,151,149,15); //Maverick
Cars[GroveCars] = CreateVehicle(487,2776.8000500,1274.1999500,13.7000000,272.0000000,151,149,15); //Maverick
PHP код:
Cars[GroveCars] = CreateVehicle(487,2776.1999500,1290.5000000,13.7000000,272.0000000,151,149,15); //Maverick