Jump to content

manve1

Retired Staff
  • Posts

    1,283
  • Joined

  • Last visited

Everything posted by manve1

  1. manve1

    Creating Ped

    the problem was that it landed on roof of interior
  2. manve1

    Creating Ped

    guys, i found it out .. thx for help ( nothing helped, just other problem )
  3. manve1

    Creating Ped

    thats only freezing, but its not moving, but it just disappears
  4. manve1

    Creating Ped

    YES! fuckin hell ... when i restart it, it appears then it disappears after 1sec
  5. manve1

    Creating Ped

    addEventHandler('onResourceStart', getResourceRootElement(), function() ped1 = createPed( 87, -285, 1206, 74 ) setElementDimension( ped1, 1 ) setElementAlpha( ped1, 255 ) end ) i need it in dimension 1
  6. manve1

    Creating Ped

    I have problem when i create a ped, it disappears after like 1 second, how can i change this?
  7. manve1

    Position

    Hello, i have a problem of finding a strip club, thank you if u can help me. EDIT: Looked at mta wiki, cant find it, i might be blind, i need position and id thanx
  8. manve1

    TXD

    i dont get what you mean, but i only want the texture so i can change how the colors look, and it should be in gta3.img because it is one of gta bowling buildings
  9. manve1

    TXD

    I found that in gta3.img file, via img tool, but i cant find the txd file for the model
  10. manve1

    TXD

    I was looking for a TXD file, cuz i want to change how the object looks, i found the DFF file "des_medicentre.dff" but i can find txd for it, any ideas? ( sorry if in wrong section )
  11. I tried getting getPlayerIP, from server-side to client-side, but i just can't manage it, i'm tring to set a label to the player IP, but for me it seems impossible
  12. manve1

    Question.

    How could i make that when i "setElementModel" to a certain players skin, and after setting the skin, everyone could see it, not just the person that has that skin? P.S. I'm using it on client side
  13. manve1

    Set Camera

    EDIT: My player is now bugged, can't move, cant jump or do anything
  14. manve1

    Set Camera

    ty EDIT: i get problem with targeting the camera to the player ( sorry, i never used these before )
  15. manve1

    Set Camera

    still black, i change ur code a bit, not really much, cuz i need it for client side more then server side function Camera( ) fadeCamera( localPlayer, true ) end addEventHandler('onClientResourceStart', getLocalPlayer(), Camera)
  16. manve1

    Set Camera

    no, i mean i get just a black screen: http://i.imgur.com/HU4vN.png i just turned off chat, thats what u can only see chat and a black screen edit: SS was too big for mta forums so only can put link
  17. manve1

    Set Camera

    why would u fade the camera if there isn't one? and i dont know how to make one like in play gamemode
  18. manve1

    Set Camera

    I get a problem, because im currently creating a gamemode, so when i change my gamemode from play to the gamemode, i get a black screen, so is there a way i can make that it wouldn't be black?
  19. oh yeh, too much scripting made me forget how to do it
  20. i made the destroyElement thing on a 5sec timer, but i get error as "unexpected symbol near ',' " setTimer( function() destroyElement(tooMuchJuggernauts), 5000, 1 end )
  21. Is there like a way i can destroy labels? or i have to use dxDrawText and then somehow destroy the text?
  22. thank you Solidsnake14, seb:> sorry, i don't have enough time to test yours too
  23. addEventHandler( 'onClientGUIClick', buttonJuggernaut, function() triggerServerEvent('giveJuggernautTeam', localPlayer) local theTeamJuggernaut = getTeamFromName( 'Juggernaut' ) if ( countPlayersInTeam( theTeamJuggernaut ) ) then guiSetVisible( windowTeams, false ) else tooMuchJuggernauts = guiCreateLabel( 0.2, 0.3, 0.4, 0.1, "There are to many Juggernauts already", true ) guiSetFont( tooMuchJuggernauts, "sa-header" ) end end, false ) addEvent('giveJuggernautTeam', true) addEventHandler('giveJuggernautTeam', getRootElement(), function() setPlayerTeam(source, getTeamFromName('Juggernaut')) end ) something i tried to do, but didn't work out, top is client, bottom is server sided scripts, i know they are not one of the working ones, but everything there like gui, buttons exist
  24. i tried using that, but i didn't get how to set maximum amount allowed in a team
×
×
  • Create New...