TDK
Members-
Posts
55 -
Joined
-
Last visited
Everything posted by TDK
-
G-TXD ??? omg o_O stupid program=\
-
ok, I HAVE BETTER IDEA: disable standard GTA SA radio and replace wirh radio3d, at the mouse wheel scrolling choose the next radio (mp3,pls,m3u) station and show it's names on the original gta sa's radio names... good?)
-
varez it's for you.... only for you))) but image-based game interface so cool in my opinion)
-
HI All! i think that,s radio3d backgrund replacement so cool, it's my example PSD and PNG 30kbytes only, but pla create your next version with image=D[attachment=0]BACK.zip[/attachment] image here: http://frserv.3dn.ru/back2.jpg
-
>>>TXD Workshop, IMHO the best of TXD redactors<<<(click here to download)
-
function radio ( theVehicle, seat, jacked ) toggleControl ( "radio_next", false ) toggleControl ( "radio_previous", false ) end addEventHandler ( "onResourceStart", getRootElement(), radio ) function contr ( theVehicle, seat, jacked ) setRadioChannel ( 0 ) end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), contr ) //it's my clientside turnoffradio script, but it's don't work(( anybody can help me?) plz!))
-
yep sir!)) okay,sorry=D hm.... how to disable standart radio?
-
//use MTA 1.1 Unstable, it really great)
-
Here's the version 0.4, which supports streaming. Works only with MTA 1.1 nightly. Support online streaming?! o_O
-
I know it, i downloaded mta sa 1.1 unstable and install it
-
Yep sir! But, im's sory, this resource called radio3d sucks
-
Hi all! i have a question: it's possible to replace original radiostations (like PlayBack FM) via Internet radio? my friend say yes, and he said that he done it, but he don't try me to hear his script.. help plz how?)) i need to download fixes?
-
This link was in first reply by 50p.. -.- and what?? lamerXD
-
How can it be fixed if it's not working? You don't need guiSetVisible at all. Just remove it. In clientSkinSelect you can remove it too and instead use destroyElement. Show your code after you do all the changes. hmmm okay.... [WIP]
-
Fixed, but anyway it's don't work=(((
-
setguiviseble=false because it's create gui, but i need to hide it, it's will show if you type SKIN in console or chat..... addeventhandlers to the CreateSelectorWindow.. i need it?)))
-
addCommandHandler("skin", selectorenable, false, false) you must type /skin to open the window ... LoL i know it=DD but gui don't works..(( and cursos will arive hm... in russian language: я знаю это=D но гуи всё равно не пашет..(( токо курсор появляется...
-
Hi! it's me again=D i have read and learn basics of acripting, and my 1 gui script is Nich's skin selector Remix... but i have a problem: i don't see a gui, help plz) anybody have any ideas?? see down.... function CreateSelectorWindow() wdwselector = guiCreateWindow(409,913,454,106,"",true) guiWindowSetMovable(wdwselector,false) btnLeft = guiCreateButton(9,51,70,46,"<<",true,wdwselector) btnRight = guiCreateButton(374,51,71,46,">>",true,wdwselector) btnSelect = guiCreateButton(80,51,72,46,"OK",true,wdwselector) cartinka = guiCreateStaticImage(81,9,296,57,"images/skinmenu.png",false,wdwselector) guiSetVisible(wdwselector, false) end function selectorenable () CreateSelectorWindow() addEventHandler("onClientGUIClick", btnLeft, clientSkinLeft, false) addEventHandler("onClientGUIClick", btnSelect, clientSkinSelect, false) addEventHandler("onClientGUIClick", btnRight, clientSkinRight, false) if (wdwselector ~= nil) then guiSetVisible(wdwselector, true) triggerServerEvent("FrontCamera", getLocalPlayer()) end showCursor(true) end addCommandHandler("skin", selectorenable, false, false) function clientSkinSelect(button) guiSetVisible(wdwselector, false) showCursor(false) triggerServerEvent("SkinSelected", getLocalPlayer()) end function clientSkinRight(button) triggerServerEvent("SkinRight", getLocalPlayer()) end function clientSkinLeft(button) triggerServerEvent("SkinLeft", getLocalPlayer()) end
-
THX FOR WIKI =D o_O I LOVE YOU 50p!!!! THX MAN!!!!! ... Theme closed=D
-
i'm a full n00b, but: how to activate debug mod and can you write move to the team script example???
-
lies.. im pretty sure that this: createTeam ( Players ) will trigger error.. your code is totally mess, and you should get back to basics, and stop requesting scripts after just merging few examples from wiki not lies=D ????? i know it((((
-
DEBUG Mod don't help me(( maybe you can write an example plz?
-
local root = getRootElement() addEventHandler("onPlayerLogin", root, function() outputChatBox(getPlayerName(source).."logged in group players", root) end ) function assignNewTeam ( source, commandName, teamName ) local theTeam = createTeam ( Players ) if playerNick == "Player" , "Newbie" , "Lildog" then setPlayerTeam ( source, theTeam ) end end addEventHandler ( "onPlayerLogin", assignNewTeam )
-
local root = getRootElement() addEventHandler("onPlayerLogin", root, function() outputChatBox(getPlayerName(source).."logged in group players", root) end ) function assignNewTeam ( source, commandName, teamName ) local theTeam = createTeam ( Players ) if theTeam then setPlayerTeam ( source, theTeam ) end end addEventHandler ( "onPlayerLogin", assignNewTeam ) -------- don't work, help pls.. and how to set nicknames to move into the team???
