Jump to content

David Marinho

Members
  • Posts

    1
  • Joined

  • Last visited

David Marinho's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Seguinte estou tentando colocar isso em um mod de assalto aonde quando eu terminar de assaltar receber uma estrela por tal ato. No caso o setPlayerWantedLevel Só que da o erro de call global (a nil value) e não estou conseguindo arrumar. Se alguem conseguir me auxiliar agradecerei muito. O Script function NivelEstrela ( thePlayer ) local wl = getPlayerWantedLevel ( source, thePlayer ) if wl < 1 then setPlayerWantedLevel ( source, thePlayer, wl+5 ) -- Setar +1 Level de Procurado ( Jogador ) end end addEvent("NivelEstrela2", true) addEventHandler ( "NivelEstrela2", root, NivelEstrela ) E coloquei ele assim no server.lua triggerClientEvent( root, "NivelEstrela2", root, thePlayer) Se alguem souber como me ajudar. Grato.
×
×
  • Create New...