@BinSlayer1 ><
solid in the the lua i have to defined it right like this :
shark = createObject ( 1608, 5540.6654, 1020.55122, 1240.545, 90, 0, 0 )
function attach ( source, commandName )
local x, y, z = getElementPosition ( source )
attachElements ( shark, source, 0, 0, 5 )
end
addCommandHandler ( "shark", attach )
right ?
but in the execute command how should i defined it ?