Jump to content

bandi94

Members
  • Posts

    1,037
  • Joined

  • Last visited

Everything posted by bandi94

  1. function radio playSound("http://myradio.com/listen.pls") end addEventHandler("onClientVehicleEnter",root,radio) client side the playSound("http://myradio.com/listen.pls") its only a beta/test for new version of mta may not work ... i don't try if work or not (or bug's...)
  2. bandi94

    Team skin

    you use server or client side ?
  3. streaming in a cars (radio channel) ? if you mean live radio stream form internet its not possible if you mean to play .mp3 filse use : playSound("filename.mp3") whit addEventHandler("onPlayerVehicleEnter",......)
  4. local x,y,z = getPedRotation( source ) createObject ( object, hitX, hitY, hitZ, 0, 0, z + 90 ) or use a matrix
  5. bandi94

    Team skin

    local mainskin = getPlayerSkin ( thePlayer ) setPedSkin (thePlayer, skinID ) and when you left the team then setPedSkin (thePlayer, tostring(mainskin)
  6. try reinstal video card drivers or update if is old
  7. bandi94

    Team skin

    setPedSkin (thePlayer, skinID ) police id is 280 swat id is 285 FBI id is 286 sherif id is 283 militar id is 287
  8. use screenWidth,screenHeight = guiGetScreenSize() and then screenWidth and screenHeight +/- to put your image where you want TY DjSt3rios
  9. i need 1 for a zombi server scripted by me and some friends we have a race/DD/DM server for more that 5-6 mounts ( we are not beginers on server scripting/starting) thx i get this error when i try to register "Welcome to mta4free! Some of the fields are missing, please try again." when i completed all fields
  10. https://wiki.multitheftauto.com/wiki/Main_Page
  11. ty DjSt3rios i ask this thing 2 weeks ago (to make the sound but ...)
  12. we are the DGT Clan (DM/DD) we are searching for Hungarian members visit us on " DGT Clan Server 24/7" TGF:ON Modit ajanlunk annak aki 1 honapja DGT tag ! Admin-t ajanlunk annak aki betud segiteni kodolasban !
  13. you can join to my clan we are a DD/DM clan most of players are Hungarian players if that is not a problem we need some scripter member's visit us on "DGT Clan Server 24/7" or pm me
  14. 1. groups ? acl groups or teams ? for acl graoups on admin panel on resources use acl manage for teams use this https://community.multitheftauto.com/ind ... ils&id=612 2. fps sitem use this https://community.multitheftauto.com/ind ... ils&id=585 3. for pm use this https://community.multitheftauto.com/ind ... ls&id=1562 4.for blur in admin panel resources find "race" double click on it find blur level it is on "36" change it to "0"
  15. bandi94

    MountedVeh

    i make my own minigun whit a car and map if you like it ok if not make it yourself ....
  16. omg read the text and after comment whit "forget " ok no problem next time i will only say use guigetScreenSize its beter ? i write its an example to understand how its work Aibo its my foult that he can't read the "ex"=example ! ..... and Aibo i ask you to stop whit the "boss" things i give him an exemple you hmmm..... go and read so ....
  17. he ask how he can make a GUI compatible on all resoulutions and i give him an exemple how to use guiGetScreenSize .... ex: for draw the gui windows on midel of screen on all resoulutions so ...
  18. use this here is an ex. what i use to draw the gear on my rpm+gear local screenWidth, screenHeight = guiGetScreenSize() addEventHandler("onClientRender",root, function ( ) dxDrawText( tostring(gear2), screenWidth-210, screenHeight-100, screenWidth, screenHeight, tocolor ( 255, 255, 255,255 ), 1, "pricedown","center","top", false,true,true ) end)
  19. bandi94

    MountedVeh

    ok in next 3 days maybe i make my minigun script whit a map and i will update thet map whit script on comunity and after you download it get the code part what you whant and edit it .. (only to have a litel time)
  20. try this for getPedOccupiedVehicle error --create panel function createBali( player, cmd ) local balisage = getPedOccupiedVehicle(source) local x,y,z = getElementPosition( balisage ) balis = createObject(2789, x, y, z) attachElements(balis,balisage,0,-5.75,1.5,0,90) end --delete panel function deleteBali( player, cmd ) destroyElement(balis) end addCommandHandler ( "balisage1", createBali) addCommandHandler ( "balisage10", deleteBali) --right direction function lightsOpen1 ( player, cmd ) balis = getElementByID(balis) fld1 = createMarker ( 0,0,0,"corona",0.2,255,165,0) -- and a lot of same code attachElements ( fld1, balis, -1.5, -0.1, -1 ) -- and a lot of same code end addCommandHandler ( "flechedroite", lightsOpen1 )
  21. bandi94

    MountedVeh

    whitout getkeystate work ? i mean whitout my code ?
  22. bandi94

    Object

    addEventHandler "onVehicleExit" and "onPlayerQuit" destroyElement ( your element ) and if you use on a map try "onResourceStart"
  23. bandi94

    MountedVeh

    hmm. i and one of my friends next project is this shooting whit minigun if this code is workin only add if getKeyState( "here put your buton whit you whant to aim" ) == true then if this code its not working and you can't fix it then when my code is ready i will help you
  24. i speak on skype and he whant's a bus whit a ped who drive it automatic and stop on bustop real players go in the bus and automatic ped drive it to next bus stop... (like in real life but he whants the driver to be a 100% script controled ped )
×
×
  • Create New...