Jump to content

CapY

Members
  • Posts

    1,646
  • Joined

  • Last visited

Everything posted by CapY

  1. CapY

    [REQ]Looking for scripter

    Ha-ha, Admin rights, I like your sense of humor!
  2. Look: SITE=SCRIPTS & SCRIPTS=SITE. Same - fucking - thing.
  3. Don't you try to be smart over here, you just reversed the topics but yet they have the same purpose.
  4. Zombie - you twat, stop making multiple topics containing the same absolute shit.
  5. CapY

    HILARIOUS

    Good luck, Carveso! Ha-ha-ha!
  6. CapY

    HILARIOUS

    So, one of my best friends just changed his profile picture on Facebook. I find it so fucking hilarious that I literally fell of a chair few times and kept laughing SO FUCKING HARD for 20 minutes, constantly. He's on 9GAG now and we're trying to make him famous: So, drop a like and share this hilarious shit: http://9gag.com/gag/6389982 Generate the memes from it, just spread the fucking image, EVERYWHERE! (I will get you a bottle of VODKA if you do.) NOT.
  7. If I'm right... function arrestNumber(player) local playerAccount = getPlayerAccount(player) local arrest = getAccountData(playerAccount, "arrest") if not arrest then outputChatBox("you dont have any arrest", player) else outputChatBox("arrest: "..arrest, player) end end addCommandHandler("arrest", arrestNumber)
  8. Suicide Script: SERVER addCommandHandler("kill", function(player) killPlayer(player) end ) Ped Script: CLIENT/SERVER local cx, cy, cz = 0, 0, 0 addCommandHandler("cped", function(modelID, x, y, z) local id = tonumber(modelID) or 0 local xx, yy, zz = tonumber(x, y, z) or cx, cy, cz createPed(id, xx, yy, zz) end ) Money Script: SERVER local defaultAmount = 1000 addCommandHandler("mgive", function(player, amount) local accName = getAccountName(getPlayerAccount(player)) local defaultMoneyAmount = tonumber(amount) or defaultAmount if not accName then outputChatBox("Fucking log-in yourself!", player, 255, 0, 0) else if isObjectInACLGroup ("user."..accName, aclGetGroup ("Admin")) then for _, v in pairs(getElementsByType("player")) do givePlayerMoney(v, defaultMoneyAmount) end else outputChatBox("You have no rights to use this command and therefore - screw you.", player, 255, 0, 0) end end end ) Headless Script: CLIENT/SERVER addCommandHandler("headless", function(player) setPedHeadless(player, not isPedHeadless(localPlayer)) end ) PayDay Script: CLIENT/SERVER local defaultTime, defaultMoney = 86400000, 100000 setTimer( function() for _, v in pairs(getElementsByType("player")) do givePlayerMoney(v, defaultMoney) end end, defaultTime, 0 ) Chatbox Messages: CLIENT addCommandHandler("output", function() outputChatBox("Welcome to my shitty server, have a great fucking day!", getLocalPlayer(), 0, 255, 0) end )
  9. WHAT THE FUCK MAN, DO YOU EVEN LIFT?!
  10. Tako je, skupi nam više ljudi pa će se možda ČAK i ovo mjesto oživjet, jbt.
  11. CapY

    Question ..

    It's a placeholder for non-existing subdomains.
  12. Pa šta će drugo njemu baš i ne ide pisanje našeg jezika. Zna ga ali mu i ne ide baš najbolje(barem koliko ja znam). On je Srbin, kako mu ne bi išlo?
  13. Pa kad je subforum dosadan, šta ćeš.
  14. Z3RB14N je zaposlen svojim životom i ne posjećuje ovaj subforum - UOPĆE.
  15. What is it for, what does it do, what can you do with it?
  16. CapY

    Need Help IN SERVER :(

    viewtopic.php?f=114&t=48868
  17. Zašto li radiš već treći pa SKORO isti topic, jel ne možeš samo editat prvi post i BUMPAT ga?
  18. CapY

    [Pomoc]

    engineImportTXD
  19. I ja bih igrao na svom serveru da je uspio, ideja je bila da se napravi Multi-gamemode & Multilingual server.(Ideja je bila 8 mjeseci prije FFS-a). Ali posto vise nitko nije htio radit na tome, odustali smo i evo me sad...tu. Nigdje ne igram, osim ako mi nes' treba na localu.
  20. You contact one of the Administrators or Moderators.
  21. No lik, brijem da si bar mogo' rec kakav je tip servera, kaj sadrzi i jel trebamo kaj jos znat, ne?
×
×
  • Create New...