CreativePL Posted July 27, 2013 Share Posted July 27, 2013 Witam jestem nowy na tym forum jakze i w MTA. Mam problem z tym oto kodem. Domyslilem sie ze blad jest w linijce if ( account ) then. Tak wiem to moze byc smieszne, ale gdy ja usunelem tekst outputChatBox sie pokazywal gdy ja dodalem nie. Pozdrawiam i czekam na odpowiedz. function zmien ( text, player ) local account = getPlayerAccount ( source ) if ( account ) then setAccountPassword ( account, text ) outputChatBox ( "Twoje hasło zostało zmienione na #ff0000'"..text..".", source, 255, 255, 255, true ) end end addEvent ( "zmien", true ) addEventHandler ( "zmien", getRootElement(), zmien ) Link to comment
CreativePL Posted July 27, 2013 Author Share Posted July 27, 2013 Nie trzeba bo jak powiedzialem, gdy usunelem linijke jednak z if to dzialalo takze trigger dziala. Link to comment
Mefisto_PL Posted July 27, 2013 Share Posted July 27, 2013 Nie w tej linijce tkwi błąd, sprawdź dokładnie wszystko jeszcze raz. Link to comment
CreativePL Posted July 27, 2013 Author Share Posted July 27, 2013 Jak mam sprawdzic ten blad dokladnie jak ja sie nie znam. Napisalem ten kod przy pomocy jedynie wiki. Link to comment
MACIEKW89 Posted July 27, 2013 Share Posted July 27, 2013 (edited) Na wiki jest coś w kodzie innego... Spróbuj tak : function zmien ( text ) Edited July 28, 2013 by Guest Link to comment
Mefisto_PL Posted July 28, 2013 Share Posted July 28, 2013 po co argument dodałeś player skoro wykorzystałeś source? Link to comment
MACIEKW89 Posted July 28, 2013 Share Posted July 28, 2013 @Mefisto_PL Właśnie o to mi chodziło...dlatego usunąłem player z funkcji 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