Jump to content
Sign in to follow this  
snkman

camCreate and createVehicle?

Recommended Posts

Hi guy's,

im working on a OFP script, which i like to convert to ArmA.

In this script there is a part looks like:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_a = (object_list select _b) camcreate [_this select 0,_this select 1,0]

If i now activate the script by shooting a bullet nothing happends, but if i change camcreate to createVehicle:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_a = (object_list select _b) createVehicle [_this select 0,_this select 1,0]

The script creates the object but it starts lagging after a few minutes.

So in OFP it works perfect with camcreate why didn't it work in ArmA?

BIKI told me camcreate is used to create an objact at the given position?

Where's the problem?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×