Search the Community
Showing results for tags 'administracion'.
-
Nesesito ayuda con Guieditor como doy permisos para agregar Fuentes e Imagenes? no me deja crear grupos en manager de acl ... Otro problema es como poner tag admin en el chat por que puse una etiqueta y no aparece como admin ssi no como [Dono] como soluciono eso? soy noob en estos temas : VV DESDE YA GRACIAS
-
- administracion
- acl
-
(and 1 more)
Tagged with:
-
He echarías una mano te lo ruego? Me solucionarías estas líneas?... function debugJump() if PedControlState("jump") then Aqui el error ---- attempt to call global ´PedControlState´ (a nil value) setElementData(getLocalPlayer(), "jumping", true) setTimer(debugJump2, 650, 1) end end setTimer(debugJump, 100, 0) function debugJump2() setElementData(getLocalPlayer(), "jumping", false) end Y luego esta parece ser el mismo error que el de arriba: function debugShooting() if PedControlState("fire") then -- Error-- attempt to call global ´PedControlState´ (a nil value) local weapon = getPedWeapon(getLocalPlayer()) local noise = getWeaponNoise(weapon) or 0 setElementData(getLocalPlayer(), "shooting", noise) if shootTimer then killTimer(shootTimer) end shootTimer = setTimer(debugShooting2, 100, 1) end end setTimer(debugShooting, 100, 0) function debugShooting2() setElementData(getLocalPlayer(), "shooting", 0) shootTimer = false end