MrCor Posted November 18, 2012 Share Posted November 18, 2012 السلام عليكم ورحمة الله وبركاته شباب أبي كود اذا مات البيد أحدد له وقت ويرجع مره ثانيه وشكرا Link to comment
abu5lf Posted November 18, 2012 Share Posted November 18, 2012 onPedWasted استخدم الايفينت setTimer وضع موقت createPed ped لأنشاء Link to comment
MrCor Posted November 18, 2012 Author Share Posted November 18, 2012 زين أبي كود يرجعه له Link to comment
iPrestege Posted November 18, 2012 Share Posted November 18, 2012 يعني يخليه حي (يرجى تجنب وضع المشاركات المزدوجة (أكثر من مشاركة ورا بعض. Link to comment
|Mr|-Talal07-| Posted November 18, 2012 Share Posted November 18, 2012 x,y,z غير الـ الى الاحداثيات حقت الباد و جرب ذا local x,y,z = 0,0,0 thePed = createPed(0,x,y,z) addEventHandler("onPedWasted",root, function () destroyElement(thePed) thePed = createPed(0,x,y,z) end ) Link to comment
MrCor Posted November 18, 2012 Author Share Posted November 18, 2012 x,y,z غير الـالى الاحداثيات حقت الباد و جرب ذا local x,y,z = 0,0,0 thePed = createPed(0,x,y,z) addEventHandler("onPedWasted",root, function () destroyElement(thePed) thePed = createPed(0,x,y,z) end ) شكرا طلال الكود شغال بس أذا أبي اركب عليه تايمر يعني أخليه اذا مات بعد 10 ثواني يرجع كيف أو على شنو أركبه Link to comment
AhmadQTR Posted November 18, 2012 Share Posted November 18, 2012 x,y,z غير الـالى الاحداثيات حقت الباد و جرب ذا local x,y,z = 0,0,0 thePed = createPed(0,x,y,z) addEventHandler("onPedWasted",root, function () destroyElement(thePed) thePed = createPed(0,x,y,z) end ) شكرا طلال الكود شغال بس أذا أبي اركب عليه تايمر يعني أخليه اذا مات بعد 10 ثواني يرجع كيف أو على شنو أركبه setTimer spawnPlayer Link to comment
|Mr|-Talal07-| Posted November 18, 2012 Share Posted November 18, 2012 جرب ذا local x,y,z = 0,0,0 thePed = createPed(0,x,y,z) addEventHandler("onPedWasted",root, function () setTimer(spawn,1000,1) end ) function spawn() destroyElement(thePed) thePed = createPed(0,x,y,z) end Link to comment
TAPL Posted November 18, 2012 Share Posted November 18, 2012 local x, y, z = 0, 0, 0 thePed = createPed(0, x, y, z) addEventHandler("onPedWasted", root, function () if source == thePed then setTimer(function(source) destroyElement(source) thePed = createPed(0, x, y, z) end, 10000, 1, source) end end) Link to comment
MrCor Posted November 18, 2012 Author Share Posted November 18, 2012 x,y,z غير الـالى الاحداثيات حقت الباد و جرب ذا local x,y,z = 0,0,0 thePed = createPed(0,x,y,z) addEventHandler("onPedWasted",root, function () destroyElement(thePed) thePed = createPed(0,x,y,z) end ) شكرا طلال الكود شغال بس أذا أبي اركب عليه تايمر يعني أخليه اذا مات بعد 10 ثواني يرجع كيف أو على شنو أركبه setTimer spawnPlayer أحمد شكلك ماتعرف السالفه أنا أتكلم عن بيد مو لاعب و أنا أبي أركب التايمر مع كود طلال Link to comment
AhmadQTR Posted November 18, 2012 Share Posted November 18, 2012 اسمحلي ماقريت الموضوع كامل Link to comment
|Mr|-Talal07-| Posted November 18, 2012 Share Posted November 18, 2012 جرب ذا local x,y,z = 0,0,0 thePed = createPed(0,x,y,z) addEventHandler("onPedWasted",root, function () setTimer(spawn,1000,1) end ) function spawn() destroyElement(thePed) thePed = createPed(0,x,y,z) end طيب جربت ذا Link to comment
MrCor Posted November 18, 2012 Author Share Posted November 18, 2012 جرب ذا local x,y,z = 0,0,0 thePed = createPed(0,x,y,z) addEventHandler("onPedWasted",root, function () setTimer(spawn,1000,1) end ) function spawn() destroyElement(thePed) thePed = createPed(0,x,y,z) end طيب جربت ذا أي شغال شكرا يا رهيب Link to comment
|Mr|-Talal07-| Posted November 18, 2012 Share Posted November 18, 2012 جرب ذا local x,y,z = 0,0,0 thePed = createPed(0,x,y,z) addEventHandler("onPedWasted",root, function () setTimer(spawn,1000,1) end ) function spawn() destroyElement(thePed) thePed = createPed(0,x,y,z) end طيب جربت ذا أي شغال شكرا يا رهيب العفووو Link to comment
MrCor Posted November 18, 2012 Author Share Posted November 18, 2012 local x, y, z = 0, 0, 0 thePed = createPed(0, x, y, z) addEventHandler("onPedWasted", root, function () if source == thePed then setTimer(function(source) destroyElement(source) thePed = createPed(0, x, y, z) end, 10000, 1, source) end end) شكرا أيضا يا تابل شغال 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