Jump to content

Scripting

Members
  • Posts

    109
  • Joined

  • Last visited

Everything posted by Scripting

  1. Hi People This A function to spawn Player spawnPlayer but i want help, how i can spawnPlayer in the map for gamemode for exemple:Spawn it in map of gamemode basemode can a help and thx
  2. Scripting

    Pls help

    Hi people This code for Take A SuperBullets in weapon, but my problem,i want set the player can rebuy Super Bullets after it end can help and thx Client-Side if ( source == weapButton9 ) then local PlayerMoney = getPlayerMoney(source) if ( PlayerMoney>=10000 ) then addEventHandler ( "onClientPlayerWeaponFire",getLocalPlayer(), weaponfireds ) function weaponfireds (weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) if ( weapon == 31) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end setTimer(function () removeEventHandler("onClientPlayerWeaponFire", getLocalPlayer(), weaponfireds) outputChatBox("Super Bullets Has End",255,255,0) end,60000,1, true) end end
  3. Scripting

    Question

    You have a idea to se this function in weapon?? Lazer?!
  4. Scripting

    Question

    Hi people I can see how work this function dxDrawLine3D
  5. ]Hi Pepole i have A problem with my script pls I Want A help He always get the name Player and don t get the health player get = getPlayerTeam(source) local team = getTeamName(get) if team == 1 then getPlayerName(source) else getElementHealth(source)
×
×
  • Create New...