PDA

View Full Version : cam create a grenade?



Mr Sarkey
Dec 25 2006, 16:27
what script would i need to use to create a grenade at a certain point, like a gamelogic.

Mr Sarkey
Dec 25 2006, 17:04
I have tried HandGrenade but it diddnt work.

deanosbeano
Dec 25 2006, 17:33
pls put an example of the script you are using ,then people can see where you are going wrong http://forums.bistudio.com/oldsmileys/wink_o.gif
there are many variables as to what your doing wrong, from how you are defining the pos to place the object, how you are trying to create the object you are trying to place etc etc.

Mr Sarkey
Dec 25 2006, 17:38
I tried b1 = "HandGrenade" camCreate getPos f1

deanosbeano
Dec 25 2006, 17:40
try b1 ="GrenadeHand" createvehicle

heres one i use myself
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_dbo=&#34;GrenadeHand&#34; createvehicle &#40;getpos bt1&#41;[/QUOTE]