Jump to content

[Ayuda] Mochila


Narutimmy

Recommended Posts

'onClientPlayerWeaponFire' no puede ser cancelado y tus métodos no cumplen con lo que @Naturimmy busca:

hola... bueno quiero saber como poner el paracaidas en la espalda de cada user, pero no lo puedan usar y no salga en inventario ni nda, osea solo quiero que de vista como si fuera mochila...

Quiere que no salga en el inventario, ha de referirse en el HUD, si lo tiene como arma, si aparecerá.

Link to comment
@El_Zorro no por ser pesado ni nada, pero al menos leiste lo que respondiste??

@Naturimmy usa:

createObject 
attachElements 

Algo asi? :

function Backpack () 
local mochila = createObject ( 371, x, y, z, 0, 0, 0 ) 
attachElements ( mochila, source, 0, 0, 5 ) 
end 
addEventHandler ( "onPlayerSpawn", root, Backpack ) 

Link to comment
Intenta calcularlo a fallo y error, también recuerda preocuparte por la rotación del Ped.

Probe el scrip asi

function Backpack () 
local x, y, z = getElementPosition ( source ) 
local mochila = createObject ( 371, x, y, z, 0, 0, 0 ) 
attachElements ( mochila, source, 0, 0, 5 ) 
end 
addEventHandler ( "onResourceStart", getRootElement(), Backpack ) 

lo inicio pero no pasa nada, no aparece la mochila ni mal puesta... y el debug no muestra nada, y lo puse en server

Link to comment

No lo se, jamas lo use, lee la descripción quizá te explique.

Usage:

- To start the editor type /startOffEdit

elementType: The following element types are supported: object, vehicle, ped

modelId: The origin object

dummyId: Model Id of the dummy object (optional, default: 1337)

- W, A, S, D to move the camera (as in the editor)

- Arrow keys to move the dummy object

- Page up/down or plus/minus to move the object at the Z-axe

Link to comment
No lo se, jamas lo use, lee la descripción quizá te explique.
Usage:

- To start the editor type /startOffEdit

elementType: The following element types are supported: object, vehicle, ped

modelId: The origin object

dummyId: Model Id of the dummy object (optional, default: 1337)

- W, A, S, D to move the camera (as in the editor)

- Arrow keys to move the dummy object

- Page up/down or plus/minus to move the object at the Z-axe

Tengo un problema :/ .... ya puse bien todo... pero si por ejemplo el personaje se agacha ola mochila se queda flotando

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...