-
Posts
1,646 -
Joined
-
Last visited
Everything posted by CapY
-
Ha-ha, Admin rights, I like your sense of humor!
-
Look: SITE=SCRIPTS & SCRIPTS=SITE. Same - fucking - thing.
-
Don't you try to be smart over here, you just reversed the topics but yet they have the same purpose.
-
Zombie - you twat, stop making multiple topics containing the same absolute shit.
-
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.
-
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)
-
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 )
-
Fix the download, Benji...
-
WHAT THE FUCK MAN, DO YOU EVEN LIFT?!
-
Tako je, skupi nam više ljudi pa će se možda ČAK i ovo mjesto oživjet, jbt.
-
It's a placeholder for non-existing subdomains.
-
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?
-
Pa kad je subforum dosadan, šta ćeš.
-
Good for you, folks!
-
Z3RB14N je zaposlen svojim životom i ne posjećuje ovaj subforum - UOPĆE.
-
Requesting Moderators for our board
CapY replied to Baseplate's topic in Maghrebi Arabic / Darija / الدارجة
I vote for Samer, good luck. -
What is it for, what does it do, what can you do with it?
-
viewtopic.php?f=114&t=48868
-
Zašto li radiš već treći pa SKORO isti topic, jel ne možeš samo editat prvi post i BUMPAT ga?
-
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.
-
You contact one of the Administrators or Moderators.
-
No lik, brijem da si bar mogo' rec kakav je tip servera, kaj sadrzi i jel trebamo kaj jos znat, ne?
