Jump to content

Plate

Members
  • Posts

    938
  • Joined

  • Last visited

Everything posted by Plate

  1. https://community.multitheftauto.com/index.php?p=resources&s=details&id=7494 https://community.multitheftauto.com/index.php?p=resources&s=details&id=7495 https://community.multitheftauto.com/index.php?p=resources&s=details&id=7496 https://community.multitheftauto.com/index.php?p=resources&s=details&id=7497 ban his account please he steal scripts PD:Sorry for my bad english DONE
  2. weap = createWeapon("38") if speed > 12 then setWeaponState( weap, "firing", true) end
  3. https://community.multitheftauto.com/index.php?p=resources&s=details&id=7472 no description DONE
  4. Ejemplo: function changeData(player) local account = getPlayerAccount(player) if ( account ) then setAccountData(account, "Data", true) end end addCommandHandler("ejemplo", changeData) function checkAccount() local account = getPlayerAccount(source) if ( account ) then if not getAccountData(account, "Data") then triggerClientEvent(source, "panel", root, source) end end end addEventHandler("onPlayerLogin", root, checkAccount) ese es un ejemplo
  5. Le tenes que dar permisos ACL al panel seguramente lo borrastes por error
  6. Plate el VIP Tiene muchas funciones bloqueadas darse dinero, autos tocar resources ban kick set nick freeze y matarme sera dificil por que estoy entrenado... y por mi lag ! No tiene nada que ver lo de entrenado si entra un pro gana siempre PD: PD2: Usas panel admin como panel vip jmm yo te recomendaria que te crees un panel vip
  7. Panel = guiCreateWindow(40,2,726,590,"BlaBlaBlaBla",false) Imagen = guiCreateStaticImage(9,23,708,558,"images/image12.png",false,Panel) guiSetVisible(Panel, false) bindKey('f3','down', function() guiSetVisible(Panel, not guiGetVisible(Panel)) showCursor(not isCursorShowing()) end ) A mi me funciona en mis resources
  8. por que tu ventana se llama Panel y vos pusistes Panels
  9. Me gusto la informacion sobre el servidor lo unico que no me gusto fue que al matarte te dan 1 semana de vip y 10millones pff se hace re facil tenes lo que quieras cuando quieras
  10. bindKey('f3','down', function() guiSetVisible(la ventana, not guiGetVisible(la ventana)) showCursor(not isCursorShowing()) end )
  11. function BossNemesis ( thePlayer ) x,y,z = getElementPosition( thePlayer ) nemesi = exports [ "slothBot" ]:spawnBot ( x+1,y+1,z+0.5, 90, math.random ( 300, 303 ), 0, 0, Nemesis, 38, "hunting", true ) exports.extra_health:setElementExtraHealth(nemesi, la cantidad de vida que quieras) setElementModel(nemesi, 107) end addCommandHandler("nemesis",BossNemesis) function money (theKiller) if (source == nemesi) then local kills = getElementData ( theKiller, "Zombie kills" ) setElementData ( theKiller, "Zombie kills", kills + 25) givePlayerMoney( theKiller, 10000) outputChatBox ( getPlayerName ( theKiller ) .. " #081DBFHa Matado Ha Nemesis :3 , Se Cree Muy Prah!",getRootElement(), 255, 255, 255, true ) end end addEvent("onBotWasted", true) addEventHandler("onBotWasted", getRootElement(), money) PD:Necesitas tener el extra_health activado
  12. https://community.multitheftauto.com/index.php?p=resources&s=details&id=7431 delete my resource please DONE
  13. Again https://community.multitheftauto.com/index.php?p=resources&s=details&id=7356 https://community.multitheftauto.com/index.php?p=resources&s=details&id=7056 DONE
  14. Depende el servidor Otto a la gente le divierten los de zombies por que nose son todos diferentes tienen cosas distintas
  15. https://community.multitheftauto.com/index.php?p=resources&s=details&id=7362 https://community.multitheftauto.com/index.php?p=resources&s=details&id=7353 Stolen and this is a joke? https://community.multitheftauto.com/index.php?p=resources&s=details&id=7355 https://community.multitheftauto.com/index.php?p=resources&s=details&id=7358 https://community.multitheftauto.com/index.php?p=resources&s=details&id=7357 https://community.multitheftauto.com/index.php?p=resources&s=details&id=7356 DONE
  16. estan geniales se ve buenisimo jaja cuando lo abras voy a pasar a jugar
  17. Plate

    Spawn Problema

    local spawns = { { 40, 80, 5 }; { 1921, -1792, 13 }; { 2000, -2041, 13 }; } function onWasted(totalAmmo, killer, killerWeapon, bodypart, stealth) if not( isGuestAccount (getPlayerAccount(source)) ) then local theWeapon = getPedWeapon (source) local weaponAmmo = getPedTotalAmmo (source) fadeCamera (source, false) local random = math.random ( #spawns ) local x, y, z = unpack ( spawns [ random ] ) setTimer (spawnPlayer, 3000, 1, source,x, y, z ,playerSkin, getPlayerTeam(source)) setTimer (setCameraTarget, 1250, 1, source, source) setTimer (fadeCamera, 3000, 1, source, true) end end addEventHandler ("onPlayerWasted", getRootElement(), onWasted)
  18. https://community.multitheftauto.com/index.php?p=resources&s=details&id=7319 ban this user please PD: Look the description DONE
×
×
  • Create New...