well thats all, hope youre going to help me .:'(
Ooh my poor MainBattleTank stop crying
But you do ask alot questions in 1 thread..
1)lock west vehicles for soviets and east vehicles for US
-Lock ALL your vehicles in the editor.
-Make arrays of all west and all east vehicles
AllMyWestVehicles=[Humvee1,Jeep1,Vulkan,M2A2]
AllMyEastVehicles=[BRDM1,UAZ1,Shilka,BMP1]
?(side player == east):"_x lock false" foreach AllMyEastVehicles
?(side player == west):"_x lock false" foreach AllMyWestVehicles
U can write all this in init.sqs
2)3)
For those questions check ECL website (see my sig),click downloads and download
the MP templates.Everything U need is in it,(CTF-Combi-C&H scripts,scoringsystem,Eventhandlers,Dialogs,VehicleRespawn,Enhanced playerrespawn,Spawnprotection,Random events,etc...) try to understand how MP scripting works.
(Exec of scripts on server\player,PublicVariable...)
4)
[Advertising mode]
If U Download the SKIRMISH template that I made,U have 4 possible gamestyles in 1 map.
(CTF-Combi-1 Flag C&H-3 Flag C&h)
All U have to do is drag and drop in the editor,everythin U need is in.
[/Advertising mode]