Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. local keypadCodes = { ["a51MainGateKeypadCode"] = math.random(0, 50000) } addEvent("verifyKeypadCode",true) addEventHandler("verifyKeypadCode",root,function(code,keypadID) if tonumber(code) then if tonumber(code) == keypadCodes[keypadID] then triggerClientEvent(client,"onKeypadVerificationSuccessful",client,keypadID) elseif tonumber(code) >= keypadCodes[keypadID] then triggerClientEvent(client,"oncodeishigher",client,keypadID) elseif tonumber(code) <= keypadCodes[keypadID] then triggerClientEvent(client,"oncodeislower",client,keypadID) end end end)
  2. use tonumber like this tonumber(code)
  3. أغلب مواقع الأستضافات إذا مو كلها تدعم الدفع عن طريق بيبال إذا معك فيزا من الأفضل لك تسجل في موقع بيبال http://www.paypal.com بالنسبة للدفع كل شهر بعض المواقع توفر خاصية الدفع تلقائي كل شهر أو تقدر تدفع يدوياً و أستلام السيرفر أغلب الأستضافات تستلم السيرفر بنفس الوقت بعد اتمام الدفع مباشرة تستلم السيرفر على الأكاونت الي كنت مسجل به أو تجيك رسالة على الأميل الي حطيته وفيه معلومات سيرفرك
  4. سطر 78 showCursor (false ) لازم يكون showCursor(true) وهنا أنت مسوي تاب 3 مرتين سطر 27 GUIEditor_Tab[3] = guiCreateTab("وزنيات 2",GUIEditor_TabPanel[1]) GUIEditor_Tab [2] = guiCreateTab ("وزنيات 2", GUIEditor_TabPanel [1]) سطر 43 GUIEditor_Tab [3] = guiCreateTab ("وزنيات 3", GUIEditor_TabPanel [1]) /debugscript 3 وياليت تتأكد إذا في أخطاء من
  5. للسيارات أستخدم ذا الكود سيرفر setElementPosition Server Side! Server Side! Server Side! Server Side! Server Side!
  6. Your file name is Basemode.zip and you add it's must be about the maps change this server\mods\deathmatch\resources\[gameplay]\basemode to be server\mods\deathmatch\resources\[gameplay]\[basemode]
  7. TAPL

    Help

    chatbox is used to make a new button to Write on just like T to write on chat and Y to write to Team chat. https://wiki.multitheftauto.com/wiki/Control_names * chatbox Opens the chatbox for input.
  8. TAPL

    Help

    /debugscript 3?
  9. في واحد حذف رده كان رافع الموضوع يخرب بيتو
  10. You need to add the resource to Admin Group.
  11. TAPL

    script error

    health is not defined here (client) if (health <= 99) then
  12. are you sure you have put it as server side in meta?
  13. ههههههههههههههههههههههههههههههههههه وش أجرب يبو وين الوظائف toggleflay togglewaterwalk togglebunny toggleejump
  14. ذا للأزرار فقط وين اكواد تفعيل الغش؟
  15. You can't, his server gone. viewtopic.php?f=105&t=46148
  16. Try function rocket() theVehicle = getPedOccupiedVehicle(lplay) if (bindTrigger == 1) and (not isPlayerDead(lplay)) and (isElement(theVehicle)) then bindTrigger = 0 local x,y,z = getElementPosition(theVehicle) local rX,rY,rZ = getVehicleRotation(theVehicle) local x = x+4*math.cos(math.rad(rZ+90)) local y = y+4*math.sin(math.rad(rZ+90)) createProjectile(lplay, 19, x, y, z, 1.0, nil) setTimer(allowShoots, 3500, 1)
  17. function onTheGround() for i, player in pairs(getElementsByType("player")) do local hisIP = getPlayerIP(player) local hisAccountName = getAccountName(getPlayerAccount(player)) triggerClientEvent(player, "hisIPandhisaccount", player, hisIP, hisAccountName) end end addEventHandler("onResourceStart", resourceRoot, onTheGround) onResourceStart does not have player parameter. Edit: you will still will have problem You need to use setElementData. and with event onPlayerJoin
  18. TAPL

    Need a Function

    i don't understand what he stole, there no codes at all in this topic.
×
×
  • Create New...