Jump to content

Electro88

Members
  • Posts

    88
  • Joined

  • Last visited

Everything posted by Electro88

  1. Electro88

    Level

    i add local LevelUp= guiCreateLabel ( 0.45, 0.48, 0.10, 0.04, true ) ?
  2. Electro88

    Level

    İ added : guiSetText(Level, "LEVEL ATLADIN ! "..getElementData(localPlayer, "Level")) but no work
  3. Electro88

    Level

    Hello i find in forum zombie level script i request level skip on the screen tell. in the meantime, I'm sorry for asking for help, for everything I'm new in the script function levelup ( ) if isElement ( expLabel ) then destroyElement ( expLabel ) givePlayerMoney ( source, math.random(6500) ) end local Exp = getElementData ( localPlayer, "ExP" ) or 0 local Level = getElementData ( localPlayer, "Level" ) or 0 expLabel = guiCreateLabel ( 0.777, 0.22, 0.1708, 0.0963, "\nToplam Exp: ".. tostring ( Exp ) .."\nLevel: ".. tostring ( Level ), true ) guiLabelSetColor ( expLabel, 0, 255, 0 ) guiLabelSetVerticalAlign ( expLabel, "top" ) guiLabelSetHorizontalAlign ( expLabel, "left", false ) guiSetFont ( expLabel, "clear-normal" ) setTimer ( levelup, 2000, 1 ) end setTimer ( levelup, 2000, 1 ) guiSetText(Level, "LEVEL ATLADIN ! "..getElementData(localPlayer, "Level"))
  4. Ok İ fixed Really thanks <3
  5. hello i make script but no work no have errors function reklam() outputChatBox ( "*** Yardım Ve Destek İçin /F7 ***", getRootElement(), 0, 17, 255, true ) end setTimer (reklam,1000,0)
  6. Well. question my help panel turkish words it does not support how can i fix ?
  7. Now Worked but red sky and white screen what ?
  8. setTimer ( changeWeatherRandom, 20*1000, 0 ) lol again no work 20*1000 20 sec ?
  9. hello everyone again me i need random weather how create ?
  10. Hello everyone i find vip jetpack system and i add bind key for jetpack but no work bad argument @ 'bindKey' [Expected player at argument 1, got string 'j' bindKey ( "J", "down", function ( thePlayer ) if doesPedHaveJetPack ( thePlayer ) then -- If the player have a jetpack already, remove it removePedJetPack ( thePlayer ) -- Remove the jetpack return -- And stop the function here end -- Otherwise, give him one if he has access local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) -- get his account name if isObjectInACLGroup ("user."..accName, aclGetGroup ( "V.İ.P" ) ) then -- Does he have access to Admin functions? if not doesPedHaveJetPack ( thePlayer ) then -- If the player doesn't have a jetpack give it. givePedJetPack ( thePlayer ) -- Give the jetpack end end end ) where the problem ?
×
×
  • Create New...