Jump to content

Vanlot

Members
  • Posts

    168
  • Joined

  • Last visited

Details

  • Location
    Tunisia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Vanlot's Achievements

Busta

Busta (15/54)

0

Reputation

  1. You need to export that event from the Level system you got.
  2. dxDrawText playSound
  3. Darkwarrior Diesel , Slothbot is just a resource which allow you to do anything with peds and you gonna script that, not the resource. for more informations read this : https://community.multitheftauto.com/index.php?p=resources&s=details&id=672 @Anubhav setPedOnFire this function will burn the player,it will not let him attack other peds
  4. "onElementColShapeHit" "addCommandHandler" setBotFollow setBotHunt spawnBot You need to have Slothbot resource to use the functions above
  5. I think that you have to increase the values a bit.
  6. function MarkerHit( hitElement, matchingDimension ) myMarker = createMarker(x,y,z, 'cylinder', size, r, g, b, alpha) if getElementType(hitElement) == 'Vehicle' then thePlayer = getVehicleController (hitElement) givePlayerMoney(thePlayer,amount) end end addEventHandler( "onMarkerHit", myMarker, MarkerHit ) addEventHandler( "onMarkerLeave", myMarker, function () destroyElement(myMarker ) end ) setTimer(MarkerHit,600000,0)
  7. التيبل تبع الستاف
  8. المفروض انو كل ستاف يشوف الميساج لكن كل الاشخاص تشوفو function getOnlineStaff(removeHEX) local players = { }; for i, v in pairs(getElementsByType'player') do if hasObjectPermissionTo(v, 'function.setPlayerMuted',true) then table.insert ( players, v); end end return players; end addEvent("onAdminCall",true) addEventHandler("onAdminCall",root, function (newname) local staff = {} for i, v in pairs(getOnlineStaff()) do outputChatBox( newname.." need help.Please contact the player", v, 255, 255, 0, true) end end )
  9. Vanlot

    database

    شكرا على التصحيح
  10. Vanlot

    database

    والله مشكور
  11. Vanlot

    database

    .هل من الممكن أن تشرح لي الوظائف التالية مع إعطاء أمثلة بسيطة لا توجد في الويكي.وسوف أكون شاكرا إذا بينت لي كيفية التعامل مع قاعدة بيانات dbConnect dbExec dbQuery dbPoll dbFree
  12. You gonna the following functions: guiCreateWindow guiCreateButton guiCreateMemo or guiCreateLabel "onClientGUIClick" createMarker createBlipAttachedTo setElementVisibleTo givePlayerMoney destroyElement "onMarkerHit" "onMarkerLeave"
×
×
  • Create New...