AhmeD~9MoD Posted April 27, 2013 Share Posted April 27, 2013 شبآب وين الغلط فالكود .... ؟ local marker1 = createMarker( 1479.8846435547,-1010.649140625,26.84375, "cylinder", 2, 255, 255, 0, 255 ) function PlayerGo(player) setElementPosition(player, 312.70001220703,2502.6000976563, 30.200000762939) end addEventHandler("onClientMarkerHit", marker1, PlayerGo) Link to comment
iPrestege Posted April 27, 2013 Share Posted April 27, 2013 الكود صحيح بس المفترض .. تسوي تحقق if ( player == localPlayer ) then وجرب .. ولاتنسى تضيف اغلاق .. Link to comment
AhmeD~9MoD Posted April 27, 2013 Author Share Posted April 27, 2013 الكود صحيح بس المفترض ..تسوي تحقق if ( player == localPlayer ) then وجرب .. ولاتنسى تضيف اغلاق .. كيف صحيح وهو يقول لي في السطر ذآ في غلط ؟ Link to comment
iPrestege Posted April 27, 2013 Share Posted April 27, 2013 مسوية كلنت ؟ واذا كذآ جرب : local marker1 = createMarker( 1479.8846435547,-1010.649140625,26.84375, "cylinder", 2, 255, 255, 0, 255 ) function PlayerGo(player) if ( player == localPlayer ) then setElementPosition(player, 312.70001220703,2502.6000976563, 30.200000762939) end end addEventHandler("onClientMarkerHit", marker1, PlayerGo) و شوف .. : ) 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