Alef/Sandbox – User
Jump to navigation
Jump to search
mNo edit summary |
m (Erentar moved page alef's Sandbox to User:Alef/Sandbox: Bot: Moved page) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
playerResurrectScript = "onPlayerResurrect.sqs"; | playerResurrectScript = "onPlayerResurrect.sqs"; | ||
teamSwitchScript = "onTeamSwitch.sqs"; | teamSwitchScript = "onTeamSwitch.sqs"; | ||
class Missions { class Mission0 { | class Missions { class Mission0 { | ||
template=Mission0.Sara; | template=Mission0.Sara; | ||
Line 23: | Line 22: | ||
}; | }; | ||
</pre> | </pre> | ||
[[Category:Sandbox]] |
Latest revision as of 03:47, 3 December 2018
Try setVehicleInit in "killed" EH.
addEventHandler "init" on createVehicle?
EH runs a {Code}, that means, sync.
what if run sync {Code} in killed EH?
scriptsPath = "scripts\"; startupScript = ""; cameraScript = ""; playerKilledScript = "onPlayerKilled.sqs"; playerRespawnScript = "onPlayerRespawn.sqs"; playerRespawnOtherUnitScript = "onPlayerRespawnOtherUnit.sqs"; playerRespawnSeagullScript = "onPlayerRespawnAsSeagull.sqs"; playerResurrectScript = "onPlayerResurrect.sqs"; teamSwitchScript = "onTeamSwitch.sqs"; class Missions { class Mission0 { template=Mission0.Sara; param1=1; param2=2; cadetMode=0; };