Jump to content

Blaawee

Members
  • Posts

    857
  • Joined

  • Last visited

Everything posted by Blaawee

  1. is there any way to speed up my resource download
  2. Thx Slim. But allready solved
  3. at least thx Solidsnake for the replay
  4. just how to make a table please is it like this ? EDIT )
  5. hi guys , is there any way to make a table for my wheel pack , i made once time bit it's not work could you tell me how
  6. o.k @Benxamix2 :thx man i'm sory all
  7. hi guys , i see in some servers they have an intro for them server and i wana make it to how to start it ? my gamemode is play and have random spawn point , so i don't know hot to make it work , can i have some help
  8. Blaawee

    need help

    o.k i remove all code related to onClientCursorMove then what i have to do next
  9. but in the wiki it can be client and server side !
  10. Blaawee

    need help

    now it's work thx all but there's little problume if you can help or not doesn't matter at least you make FPS work ,the problume is : when i toggle the FPS the camera only move to what aim goes , can i make camera move to what steering ?
  11. Blaawee

    need help

    here is my edit : local player = getLocalPlayer ( ) fpsmode = false addEventHandler ( "onClientCursorMove", getRootElement ( ), function ( guiy1, guiy1, guix2, guiy2, x2, y2, z2 ) if not isCursorShowing ( ) and not isChatBoxInputActive ( ) and not isMainMenuActive ( ) and fpsmode and isPedInVehicle ( player ) then local x1, y1, z1 = getPedBonePosition ( player, 6 ) setCameraMatrix ( x1, y1, z1, x2, y2, z2 ) end end ) function setFPSCamera ( ) local x1, y1, z1 = getPedBonePosition ( player, 6 ) setCameraMatrix ( x1, y1, z1 ) if not getControlState ( "aim_weapon" ) then setControlState ( "aim_weapon", true ) end end bindKey ( "r", "down", function ( ) fpsmode = not fpsmode toggle ( ) end ) function toggle ( ) if isPedInVehicle ( player ) and fpsmode then addEventHandler ( "onClientPreRender", setFPSCamera ) else setCameraTarget ( player ) removeEventHandler ( "onClientPreRender", setFPSCamera ) end end addEventHandler ( "onClientPlayerVehicleEnter", player, toggle ) addEventHandler ( "onClientPlayerVehicleExit", player, toggle ) at line 27 @ addEventHandler
  12. Blaawee

    need help

    Finley it's work but there's wrong , i can toggle FPS only i move the aim why ?
  13. Blaawee

    need help

    are you sure there is function called "setFPSCamera" ?? Not working, did you test it ?
  14. Thx Dev-PoinT it's work
  15. Bad argument @' setPlayerNameTagColor
×
×
  • Create New...