David Marinho Posted June 24, 2021 Share Posted June 24, 2021 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. Link to comment
Moderators turret001 Posted July 3, 2021 Moderators Share Posted July 3, 2021 hi, welcome to MTA Forums! I've moved your topic to appropriate subforums (Portuguese). Please keep in mind that our forum is English only, except for language sub-forums. Link to comment
Other Languages Moderators androksi Posted July 3, 2021 Other Languages Moderators Share Posted July 3, 2021 Olá. A função setPlayerWantedLevel é server-side. Você está usando no client-side. Diga qual função executa assim que o jogador termina de assaltar, fica mais fácil pra gente ajudar. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now