Jump to content

Chris!i!

Members
  • Posts

    213
  • Joined

  • Last visited

Details

  • Gang
    N/A

Recent Profile Visitors

965 profile views

Chris!i!'s Achievements

Chump

Chump (17/54)

2

Reputation

  1. If yes then what functions do I use? I believe the stun is an animation and i'm not 100% sure if using getPedAnimation will return the animation name, cuz I don't have any1 to test this with on my local server
  2. Chris!i!

    BindKey

    you can add a command for it so people can bind the command with whatever key they are comfortable with in game using /bind key commandName addCommandHandler("inventory", inventory)
  3. Sikin = dgs:dgsCreateButton(9, 45, 257, 36, "Sikin", false, Wnd) Karakter = dgs:dgsCreateWindow(290, 268, 250, 283, "Karakter", false) dgs:dgsWindowSetMovable(Karakter, false) dgs:dgsWindowSetSizable(Karakter, false) dgs:dgsSetFont(Karakter, "default-bold") gridlist = dgs:dgsCreateGridList(9, 5, 231, 221, false, Karakter) dgs:dgsGridListAddColumn(gridlist, "Skin", 0.9) for i = 1, 2 do dgs:dgsGridListAddRow(gridlist) end dgs:dgsGridListSetItemText(gridlist, 0, 1, "bayan", false, false) dgs:dgsGridListSetItemText(gridlist, 1, 1, "-", false, false) Al = dgs:dgsCreateButton(9, 230, 55, 22, "Al", false, Karakter) Kapat = dgs:dgsCreateButton(74, 230, 55, 22, "Kapat", false, Karakter) dgs:dgsSetFont(Al, "default-bold") dgs:dgsSetFont(Kapat, "default-bold") function openKarakterWindow() guiSetVisible(Karakter , true) --showCursor(true) end addEventHandler ( "onClientGUIClick", Sikin , openKarakterWindow)
  4. Chris!i!

    BindKey

    explain more
  5. Chris!i!

    Question

    use https://pilovali.nl/youtube-to-mp3/
  6. Name : Cris Age : 18 Nationality : Lebanese GMT : +2 How long you been playing MTA:SA : 6 Years Have you ever been a developer or a staff? : Dev + Staff + Owner of a server with 97 players as a peak. What languages you can speak? : English arabic french What skills do you have? : 4 years in scripting. My 4 years of experience talks alone. How do you describe yourself? : I started playing MTA from 2011, and at 2012 i started learning LUA language and succeeded in making a server with a 97 peak in 2016. What do you think about being a member of a team? : I'm really not ready for being an OFFICIAL member but just message me with any script you want and i make it, so simple huh. Well i can come online every 2 days once in your server for like 1 hour or 2 depends. Tell us anything you want to say : I'm semi-active and not up to make big scripts but simple scripts and SO CHEAP. PM Me your facebook.
  7. Hi i've been in scripting for 3 years in MTA:SA and owned 3 servers and got a peak of 93 players well i'm here now willing to do any requested script for money ofcourse, price depends on how much the requested script is big anyway add me on skype: freakychris1337 I use skrill (no paypal or ANY other website) and when you add me on skype reply to this topic.
  8. local achievementscol = guiGridListAddColumn(GUIEditor.gridlist[1], "Achievements", 0.5) local rewardscol = guiGridListAddColumn(GUIEditor.gridlist[1], "Rewards", 0.5) So these are the columns, what i want is that i wanna add a row on each of these example on Achievements column i want 200 Kills on Rewards i want $200,000 I dont want the rows the same ... I dont need a code or an example just give me a function that does this...
  9. if (tonumber(playTime) >= 49) then Attempt to compare number with nil what is wrong...
  10. Some help over here..
  11. He means knife and katana. function onStealthKill(targetPlayer) cancelEvent(true, "No more stealth kills.") -- Aborts the stealth-kill. end addEventHandler("onPlayerStealthKill", getRootElement(), onStealthKill) -- Adds a handler for the stealth kill event. This cancels knife stab from the back.
×
×
  • Create New...