-
Posts
34 -
Joined
-
Last visited
Everything posted by SpUnKyMe
-
policjabrama2 = createObject ( 980, 1545.7504882813, -1628.373046875, 15.156204223633 , 0, 0, 85 ) function policjaO2(thePlayer) if getPlayerTeam(thePlayer) == getTeamFromName("Policja") then moveObject ( policjabrama2, 3200, 1546.0052490234, -1618.1116943359, 15.327953338623) end end addCommandHandler("open7", policjaO2 ) function policjaC2(thePlayer) if getPlayerTeam(thePlayer) == getTeamFromName("Policja") then moveObject ( policjabrama2, 3200, 1545.7504882813, -1628.373046875, 15.156204223633 ) end end addCommandHandler("close7", policjaC2 )
-
Cairo who is largest living land animal ?
-
find me funny penguin
-
I asked country but song name is okay, ask new question
-
Ok, this game is very simple, you have to answer to the question and then asker has to say if it's correct or not, if correct then you can add new question and get one point, if not correct then someone else has to answer it. If no question/answer in 48 hours then you can add new question. We do it till someone gets 25 points (25 correct answers). Ranking 1. JR10 (4) 2. Z3RB1AN (2) 3. Tank07 (2) 4. NinetyNine (1) 5. Spunkyme (1) 6. NikDelgad|GodFather (1) 7. Spanish4Life (1) 8. MarioKartero(1) First question: Which country won the Eurovision Song Contest in 2005?
-
find me random animal on random car
-
addCommandHandler("LSA",function(thePlayer) if (isPedInVehicle(thePlayer)) then local theVehicle = getPedOccupiedVehicle(thePlayer) setElementPosition(theVehicle,1907.1351318359,-2491.1325683594,13.217620849609) else setElementPosition(thePlayer,1907.1351318359,-2491.1325683594,13.217620849609) end end,false,false)
-
A: NO WAI Q: Girl?
-
http://www.collegehumor.com/video/65859 ... orking-lol
-
Seems like i have the cleanest desktop
-
addCommandHandler("LSA",function(thePlayer) setElementPosition(thePlayer,1960.14453125,-2299.908203125,13.696128845215) end)
-
client function bankalarm () Alarm = playSound3D("alarm.wav", -2649.9130859375, 376.15625, 6.15625, true) setSoundVolume(Alarm, 3) setSoundMaxDistance(Alarm, 100) Alarm2 = playSound3D("alarm.wav", 2328.638671875, 2367.5283203125, 2022.92578125, true) setSoundVolume(Alarm2, 3) setSoundMaxDistance(Alarm2, 100) setElementInterior ( Alarm2, 0 ) setElementDimension ( Alarm2, 5 ) outputChatBox("Playing", getRootElement(), 255, 255, 0) end addEvent( "playAlarm", true ) addEventHandler( "playAlarm", getRootElement(), bankalarm ) server function playAlarm ( ) triggerClientEvent ( "playAlarm", getRootElement() ) end addCommandHandler ( "alarm", playAlarm )
-
function test() outputChatBox("This is just a test",getRootElement(),255,255,0) end addCommandHandler("test",test) -- this will output it for everyone function test2(thePlayer,cmd) outputChatBox("This is just a test",thePlayer,255,255,0) end addCommandHandler("test2",test2) --this will output it just for player who typed /test2
