| Posted by: abdullhai - Friday, November 16, 2012 3:25:49 AM |
|---|
| hay guys i want to create a truck which drop cash crates of 1000$ after getting destroyed can anyone help me plzzzzzz and also i want that truck to coast me 1000$ when creating it i just want to clone any unit truck infantry humvee buildozer anything which is easy for u just need help plzzz help me m waiting plzzz????. |
| Posted by: precision_bomber - Friday, November 16, 2012 7:25:17 AM |
|---|
| [code=cpp]ObjectCreationList OCL_1000DollarCrate CreateObject ObjectNames = 1000DollarCrate IgnorePrimaryObstacle = Yes Disposition = SEND_IT_OUT DispositionIntensity = 4 Count = 1 RequiresLivePlayer = No End End[/code] Put this OCL on the ObjectCreationList.ini [code=cpp] Behavior = CreateObjectDie ModuleTag_xx CreationList = OCL_1000DollarCrate End [/code] Replace xx with anything. Add this Behavior for the Object you want. |