Jump to content

SpecT

Members
  • Posts

    656
  • Joined

  • Days Won

    9

Everything posted by SpecT

  1. Trojan virus - there is .exe file in the .zip https://community.multitheftauto.com/in ... ls&id=3819 DONE
  2. Why do you ignore ?? LEL ... This is a script of currently working clan ... If u wont delete it give me a reason!
  3. The problem isn't gone ... It keeps filling up the nos after the skin change.
  4. local replaceModel = 1 function infmod() if getElementData(playerElement,"state") ~= "alive" then if replaceModel == 1 then replaceModel = 2 txd = engineLoadTXD("infernus.txd", 411) engineImportTXD(txd, 411) dff = engineLoadDFF("infernus.dff", 411) engineReplaceModel(dff, 411) elseif replaceModel == 2 then replaceModel = 1 engineRestoreModel ( 411 ) end end end addEvent ( "restoreClientModel", true ) addEventHandler ( "restoreClientModel", getRootElement(), infmod ) addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), infmod) bindKey ("F6", "down", infmod )
  5. Hm .. this doesn't work. Do I have to change something? (sorry for the stupid question...)
  6. Hey guys! I have made a script which changes your infernus to modded and default one by pressing F6. The problem is when the race gamemode is started and for example your nos is gone and you are waiting for it, when you press F6 you get a nos. And most players use it as SC (shortcut). They are making fake tops. So my question is is there any way to fix that problem/bug ? Thanks!
  7. https://community.multitheftauto.com/in ... ls&id=9964 TFF's scripts! He is still uploading stolen resources!!! Delete the resource!
  8. SpecT

    /me command

    Thanks for the replies guys! I appreciate it!
  9. SpecT

    /me command

    Hey! How can i make the /me command without colors ?
  10. SpecT

    Widescreens

    Hey guys! I have problem with a script which shows the real time. So i made it with dxDrawText. So i setted the position (my resolution 1920x1080). The problem is that my friend see it misplaced (he uses 1440x900). My question is how can i make it for all resolutions (including the widescreens) . Here is my code: function time() local sx,sy = guiGetScreenSize() local mix, miy = 1366, 768 local hours = getRealTime().hour local minutes = getRealTime().minute dxDrawText(string.format("%02d:%02d", hours, minutes), (101.7/mix)*sx, (540.7/miy)*sy, (1299/mix)*sx, (56/miy)*sy ,tocolor(0,0,0,255),0.7,"bankgothic","left","top",false,false,false) dxDrawText(string.format("%02d:%02d", hours, minutes), (101/mix)*sx, (540/miy)*sy, (1299/mix)*sx, (56/miy)*sy ,tocolor(69,103,137,255),0.7,"bankgothic","left","top",false,false,false) if (minutes < 10) then m = "0"..minutes end end addEventHandler ( "onClientRender", getRootElement(), time )
  11. Thanks dude it worked <3
  12. Hey! I want to know how I can bind 2 functions on one button. For example infernus skins (modded - default). So i want them to replace using f6. First click modded, second click default one. I just want to know how to make this binds.
  13. Admaxis is right. When I added dm maps to modern when I enter in the room it loads. When it load to 100% MTA lags and i have to stop MTA from the task manager. Any idea ?
  14. https://community.multitheftauto.com/in ... ls&id=9956 Not his script. DONE
  15. Leaked TFF's resources - DELETE! https://community.multitheftauto.com/index.php?p= ... ls&id=9909 DONE
  16. Could you tell us how you fix it ?
  17. I can help you ! Add me in skype: toni012899
  18. Hi all i have problem. For example Fakedeath v9 Blackout 2 when start the deathlist dont show. How to fix this problem? And it's not only on this map.
  19. Delete this - the author is 8Q https://community.multitheftauto.com/ind ... ls&id=7548 DONE
  20. Hi all I have userpanel with mapshop, stats and etc. When i buy a map next map isn't one that I bought. How to fix this?
×
×
  • Create New...