-
Posts
2,937 -
Joined
-
Last visited
-
Days Won
44
Everything posted by ^iiEcoo'x_)
-
انسخ بس ذا exports["vMZ-TopBar"]:sendClientMessage
-
[Gta-Sm]GangWars Server x2.1 | جراند اس ام لحرب العصابات x2.
^iiEcoo'x_) replied to SycroX's topic in Arabic / العربية
تضيفون للهاتف امكانية فتح الانترنت -
ابيها تفتح google
-
%مطلوب مبرمج 100 يبرمج : مهمات مودات لوحات الدفع عن طريق البنك الراجحي
-
ما فهمت قصدك الي فهمته انك سويت اللوحه طيب شلت اكواد اللوحه وحطيتها بمود؟ انا اصلا مش عارف اسوي لوحة اسوي لوحة لوحدها ولا اسوي مع الوحة جريد ليست وللا ايش
-
اتمنى عدم السخرية كلنت function showAmmo(thePlayer, command, who ) local targetPlayer = getPlayerFromName ( who ) if ( thePlayer ) then local ammo = getPedAmmoInClip ( targetPlayer ) outputChatBox ( who .. " has " .. ammo .. " ammo in his active clip" ) else outputChatBox ( "Player '" .. who .. "' not found." ) end end addCommandHandler( "ammo", showAmmo ) myPlayer = getPlayerFromName ( "Someguy" ) -- If a player called 'Someguy' was found then if ( myPlayer ) then -- Retrieve the total amount of ammo for that player, and store it in a variable called 'ammo' ammo = getPedTotalAmmo ( myPlayer ) -- Tell all the players how much ammo 'Someguy' has outputChatBox ( "Someguy's current total ammo: " .. ammo .. "." ) end سيرفر addEventHandler ( "onPickupUse", money, pickupUse ) function createDeathPickup ( totalammo, killer, killerweapon, bodypart ) --when a player dies x, y, z = getElementPosition ( source ) --get the position of the person who died and define it as x, y and z currentweapon = getPlayerWeapon ( source ) --get the current weapon of the dead person createPickup ( x, y, z, 2, currentweapon, 10000, totalammo ) end addEventHandler ( "onPlayerWasted", getRootElement(), createDeathPickup ) --add an event handler for onPlayerWasted
-
وين الي يقولون عن نفسهم مبرمجين ؟؟
-
اذا واحد انقتل وكان معه اي نوع من الأسلحة يضهرن مكان موته والي يلمس السلاح ياخذه يضهرن الأسلحة مكان موتهAK-47 و m4 إذا كان معه + اي واحد ينقتل يخسر منه 200 وال200 يضهرن عشكل فلوس والي يلمسهن ياخذ ال 200
-
يب , رح جرب عدل اللي قدام getTeamColor تعرف انه هذا اول كود اسويه بنفسي شكرا لمساعتك
-
اتوقع ذا صح؟؟ انا عدلته شوفه function teamInfo ( source ) local r, g, b local playerTeam = getPlayerTeam( source ) local text = getPlayerName ( source ) if ( playerTeam ) then text = text .. " is on " .. getTeamName ( playerTeam ) 255, 196, 0 = getTeamColor ( playerTeam ) text = text .. " with team colors: " .. tostring(r) .. ", " .. tostring(g) .. ", " .. tostring(b) else text = text .. " is not on a team." end outputChatBox ( text ) end addCommandHandler ( "teamcolor", teamInfo )
-
function teamInfo ( source ) local 255, 196, 0 local playerTeam = getPlayerTeam( source ) local text = getPlayerName ( source ) if ( playerTeam ) then text = text .. " is on " .. getTeamName ( playerTeam ) r, g, b = getTeamColor ( playerTeam ) text = text .. " with team colors: " .. tostring(255) .. ", " .. tostring(196) .. ", " .. tostring(0) else text = text .. " is not on a team." end outputChatBox ( text ) end addCommandHandler ( "teamcolor", teamInfo )
-
ههههههههههههههههه شفيك انت ؟؟؟ طالب تصحيح كود مش تعطيني الكود الاصلي
-
function teamInfo ( source ) local 255, 196, 0 local playerTeam = getPlayerTeam( source ) local text = getPlayerName ( source ) if ( playerTeam ) then text = text .. " is on " .. getTeamName ( playerTeam ) 255, 196, 0 = getTeamColor ( playerTeam ) text = text .. " with team colors: " .. tostring(255) .. ", " .. tostring(196) .. ", " .. tostring(0) else text = text .. " is not on a team." end outputChatBox ( text ) end addCommandHandler ( "teamcolor", teamInfo )
-
الإعدادات الفيديو وغير مقاس الشاشة
-
أوقع انه يقول الاضواء الي في سيارة الشرطي
-
في مود سيارة ما يركبها الا الكونسول تبيه¿¿
-
سيرفر شهري ب 10 كاشيو سيرفر مؤبد 100 باي بال سكايب 亗Mr.Fa[h]D1999亗BBTSERVERS亗
-
لا صح تقدر تكلمني سكايب بعثت لك رسالة
-
سيرفر طارهــ
-
مود إغلاق السيارة وفتحها
-
انا عارفه المود بس كيف اصمم الوحة بالضبط انا سويت لوحة بس كيف اضهر المتصفح يعني اسوي جريد ليست
-
كيف اسوي لوحة + واخلي الوحة تفتح المتصفح شو متطلبات الوحة -- يعني اسوي جريد ليست ولا ايش ++++ الاكواد
