Jump to content

Furzy

Members
  • Posts

    161
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Furzy

  1. Não é essa remova os setControlState setControlState ( Jogador_Func, "sprint", false) setControlState ( Jogador_Func, "walk", false) setControlState ( Jogador_Func, "forwards", false) ou bote true
  2. try local command = string.sub(localMessage, 2, string.len(localMessage)) local arguments = table.concat(localMessage, " ") executeCommandHandler( command, thePlayer, arguments ) you can check this too
  3. local joinMessage = "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" local joinMessage2 = "#00FF00Seja bem vindo ao servidor Equality RolePlay!" local joinMessage3 = "(Tecle F3) TS: XXXXXXX" local joinMessage4 = "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" function mensagem() outputChatBox(joinMessage,source,255,255,0 ) outputChatBox(joinMessage2,source,255,255,0, true ) outputChatBox(joinMessage3,source,255,255,0 ) outputChatBox(joinMessage4,source,255,255,0 ) end addEventHandler("onPlayerJoin",root,mensagem) Server-side
  4. na função function Enviar_Prisao_Servidor na linha 222,223,224 voce vai achar setControlState isso está impossibilitando o player de correr,caminhar, se mover ( creio que seja isso )
  5. playSound3D setSoundVolume setSoundSpeed getElementPosition onClientPlayerVehicleEnter basicamente oque vc vai precisar
  6. tem um '' ) '' lá errado também for i,v in ipairs(getElementsByType("player")) do
  7. toggleAllControls(true) , use um timer
  8. addEventHandler is wrong it would be addEventHandler("onMarkerHit",root,darSkin)
  9. Basics thins in my opnion that all Rp servers would have. - Jobs(legal, and illegal) - Gangs,Police,Medics - Interactions - House System and things that make players want play in the server like level systems, etc - good server economy
  10. remova o localPlayer do parametro e tente remover a linha 3 e 4 pra ver se o problema está ali getKeyState isso pode te ajudar tambem
  11. então amigo na setPedAnimation voce pode por 10000 no timing ou pode usar um setTimer(function() setPedAnimation(Medico,false) end,10000,1) pro player nao se mecher use toggleAllControls(false) ou setElementFrozen
  12. Depende... há coisas possíveis e impossíveis , mas eu confio criatividade :V
  13. Nao mostra oque tem em maos ou fica 0?
  14. Checa a arma com getPedWeapon ou getPedWeaponSlot (caso queira especificar se está segurando a arma ) e entao setPlayerHudComponentVisible ( source, "crosshair", false )
  15. yeah but these animations cant walk try with CARRY
  16. Just some animations the player can walk like CARRY crry_prtial For handsup and walk you have to take this animations CARRY and with a custom Ifp make the handsup.
  17. /debugscript 3 e veja o erro que ta aparecendo quando tenta abrir
×
×
  • Create New...