AhmeD~9MoD Posted April 28, 2013 Share Posted April 28, 2013 طلب فكشن لما يروح للماركر يحصل فلوس Link to comment
iPrestege Posted April 28, 2013 Share Posted April 28, 2013 createMarker "onMarkerHit" getElementType givePlayerMoney استخدم هذي الوظائف .. Link to comment
AhmeD~9MoD Posted April 30, 2013 Author Share Posted April 30, 2013 جدي ؟ local marker3 = createMarker ( 257.06851196289,69.218521118164,1003.640625, 'cylinder',2, 0, 255, 0, 255 ) addEventHandler("onMarkerHit", marker3, givePlayerMoney ( thePlayer, 100 ) getElementType ( player ) end end Link to comment
PaiN^ Posted April 30, 2013 Share Posted April 30, 2013 ؟ function وين الوظيفة + إرسالك على بر ذذ player و thePlayer مستخدم Link to comment
فاّرس Posted April 30, 2013 Share Posted April 30, 2013 local marker3 = createMarker ( 257.06851196289,69.218521118164,1003.640625, 'cylinder',2, 0, 255, 0, 255 ) addEventHandler("onMarkerHit", marker3, function(player) if (getElementType(player) == 'player' ) then givePlayerMoney ( source, 100 ) end end) Link to comment
iPrestege Posted April 30, 2013 Share Posted April 30, 2013 local marker3 = createMarker ( 257.06851196289,69.218521118164,1003.640625, 'cylinder',2, 0, 255, 0, 255 ) addEventHandler("onMarkerHit", marker3, function(player) if (getElementType(player) == 'player' ) then givePlayerMoney ( source, 100 ) end end) givePlayerMoney ( player, 100 ) Link to comment
PaiN^ Posted April 30, 2013 Share Posted April 30, 2013 source == the marker that got hit + خله يحاول ياخي, يمكن يتعلم Link to comment
فاّرس Posted April 30, 2013 Share Posted April 30, 2013 source == the marker that got hit + خله يحاول ياخي, يمكن يتعلم طرح كود ما عرف لهه تصلح له, نسيت آعدلهآ لاني عدلت الفنكشن على player شكرآ للتعديل* Link to comment
S4MuEL Posted April 30, 2013 Share Posted April 30, 2013 viewtopic.php?p=557316#p557316 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