ProLisu Posted June 12, 2011 Share Posted June 12, 2011 Witam mam problem, kiedy stworzę peda pokazuje mi się ich cała masa i nie wiem co mam zrobić. Proszę o pomoc. Kod Lua: function pedLoad ( name ) ped1 = createPed ( 120, 5540.6654, 1020.55122, 1240.545 ) setPedRotation(ped1, 315) setPedAnimation( ped1, "ped", "WOMAN_walknorm") end addEventHandler ( "onResourceStart", getRootElement(), pedLoad ) Dodam jeszcze iż ped nie wykonuje pożądanej animacji. Z góry dziękuję. Link to comment
Wojak Posted June 12, 2011 Share Posted June 12, 2011 addEventHandler ( "onResourceStart", getRootElement(), pedLoad ) Najprawdopodobniej funkcja wykonuje się przy starcie każdego zasobu na serwerze... getRootElement() można zastąpić getResourceRootElement(getThisResource()) albo w ogóle zrezygnować z eventa i stworzyć peda po za jakąkolwiek funkcją, na początku skryptu co do animacji, spróbuj ustawić ją z opóźnieniem setTimer Link to comment
Piorun Posted June 13, 2011 Share Posted June 13, 2011 W ogóle opóźnij tą czynność. Wsadź do funkcji z "onResourceStart" timer np. na 3 sekundy i dopiero wtedy utwórz oddzielną funkcję tworzącą peda. Link to comment
will briggs Posted June 13, 2011 Share Posted June 13, 2011 Spróbuj ustawić opóźnienie przed utworzeniem ped, Oto link do wiki artykułu; https://wiki.multitheftauto.com/wiki/SetTimer Dzięki 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