Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - V

Pages: [1]
1
Maps / Re: [DM]Kane Vol8 - I Can't Stop
« on: February 17, 2012, 04:12:13 am »
very good  ;)

2
MTA / Re: [TUT] Creating a teleport marker
« on: February 14, 2012, 11:40:26 pm »
thank you for this useful tuttorial!

3
Join requests / Re: Cream's Application
« on: February 14, 2012, 06:41:03 pm »
my decision is positive. play more at server. maybe some day you can see the smurfs.

5
MTA / [SCRIPT] Auto-message script
« on: February 13, 2012, 11:22:05 pm »
serverside:
Code: [Select]
otomesajsure = 100000 -- message time

local otomesaj ={
{"message1"},
{"message2"},
{"message1"},
{"message2"},
}

function otomesajgonder ()
local rndm = math.random( 1, #otomesaj)
outputChatBox (otomesaj[rndm] [1], getRootElement(), 255, 255, 255 ,true)
end

setTimer(otomesajgonder, otomesajsure, 0)

7
Join requests / Re: I join UPC :)
« on: February 12, 2012, 08:40:51 pm »
can you show me some videos of you? we can use you for our video recorder :D test

8
Join requests / Re: MjJunior join request
« on: February 12, 2012, 08:40:13 pm »
test

9
Join requests / Re: join Suzuki
« on: February 12, 2012, 09:47:27 am »
yes dude i want see you back in team again!  ;)

10
Join requests / Re: [APP]KingDragon
« on: February 12, 2012, 09:42:51 am »
test

11
News / SERVER IS OPENED!
« on: February 10, 2012, 06:54:00 am »
GUYS SERVER IS OPENED! YOU CAN TEST IT WITH
176.9.192.156:22010.

12
MTA / [TUT] Set water-sky color to your maps
« on: February 08, 2012, 03:34:45 pm »
Code: [Select]
function ClientStarted ()
setWaterColor( 0 , 229 , 238 ) -- RGB colors
setSkyGradient( 255 , 127 , 36 , 205 , 96 , 144 ) -- 1st RGB colors top sky, 2nd RGB colors bottom sky
end


addEventHandler( "onClientResourceStart", getResourceRootElement(getThisResource()), ClientStarted )

13
MTA / [TUT] Add music to your maps
« on: February 08, 2012, 03:32:56 pm »
music.lua
Code: [Select]
function startMusic()
    setRadioChannel(0)
    song = playSound("song.mp3",true)
outputChatBox("Toggle the music on/off with 'm'")
end

function makeRadioStayOff()
    setRadioChannel(0)
    cancelEvent()
end

function toggleSong()
    if not songOff then
    setSoundVolume(song,0)
songOff = true
removeEventHandler("onClientPlayerRadioSwitch",getRootElement(),makeRadioStayOff)
else
    setSoundVolume(song,1)
songOff = false
setRadioChannel(0)
addEventHandler("onClientPlayerRadioSwitch",getRootElement(),makeRadioStayOff)
end
end

addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()),startMusic)
addEventHandler("onClientPlayerRadioSwitch",getRootElement(),makeRadioStayOff)
addEventHandler("onClientPlayerVehicleEnter",getRootElement(),makeRadioStayOff)
addCommandHandler("music",toggleSong)
bindKey("m","down","music")

add to meta.xml
Code: [Select]
    <file src="song.mp3" type="client" />
    <script src="music.lua" type="client" />

14
News / Site is opened!
« on: January 24, 2012, 09:14:49 am »
hello, i finally re-open the website. you can find and publish anything about server. see ya :)

notice: we will open upc// server at this summer. please be patient :D we will come with awesome scripts and maps. wait up  ::)

15
Join requests / Re: A request to enter upc// By The_God_of_War
« on: December 04, 2011, 01:05:34 am »
like your style. talk me in game.

16
Join requests / Re: Upc request[Numb]
« on: November 23, 2011, 09:52:07 pm »
accepted

17
Join requests / Re: UPC Join Request (MoNoX)
« on: November 22, 2011, 06:40:46 pm »
dont know yet

18
Join requests / Re: Upc Request(WentWorth)
« on: November 22, 2011, 06:40:34 pm »
no

19
Join requests / Re: [APP]Goncalom
« on: November 20, 2011, 05:00:04 pm »
not now

20
Join requests / Re: Upc request[Numb]
« on: November 20, 2011, 04:58:23 pm »
maybe

21
upc// Members / upc// Members
« on: November 16, 2011, 01:05:09 am »
--Leaders--

V
Deiter

--Members--

Ford
hans
NunoM
MarioM
GoncaloM
Ethanol
Numb
Kane
Daimon

22
About server / [EXAMPLE] Team in TAB
« on: November 16, 2011, 12:41:50 am »
If you want to have a Team in our server(s), you should create a reply in this topic with information:

1. Clan Tag
2. Full name of your clan
3. Color in HTML (http://yandex.ru/yandsearch?text=yandex%20color&lr=213)
4. Site
5. Contacts

23
Reports and Unban requests / [EXAMPLE] UNBAN Request
« on: November 16, 2011, 12:40:35 am »
1. Your nick (on the moment of ban) + your main nick
2. Nick of the Admin who banned you
3. Reason of ban
4. Exact time of ban
5. IP and MTA client serial

Topic name: Banned: Your nick

24
Join requests / [Example] Join Request
« on: November 16, 2011, 12:39:58 am »
Join Request Form

    1. Real name
    2. Main nickname(s)
    3. Age and date of birth (day.month.year)
    4. Country, City
    5. How long do you play MTA?
    6. Do you agree with our rules?
    7. Former clans (how long, why left?)
    8. Contacts: Skype, MSN, etc
    9. IP (if you want)
    10. Why did you choose to join our team?
    11. How could you help our team?
    12. Former nicknames
    13. Skills (Photoshop, LUA, HTML, etc)
    14. Tell us about yourself

Pages: [1]