Jump to content

MoeezKhan

Members
  • Posts

    142
  • Joined

  • Last visited

Everything posted by MoeezKhan

  1. mojiz you have no server why you need this
  2. give me your server name... I am Scripter And Mapper What do you want to your server
  3. can you add group level.. nice works
  4. nice job but can you remove vehicle name from radar...
  5. hi all guys i am working on call of duty i want to make commanders but i really don't khow how i make it. i create ped and ped follow 41 skin with guns and kill 309 skin if it see 309 skin. ped kill it. Hope you help me Sorry For Bad English...
  6. MoeezKhan

    help me

    thanks one more question when i join server i see it again i want only one time it when player create account
  7. MoeezKhan

    help me

    any one solve this
  8. MoeezKhan

    help me

    like this but is not working function intro() local guy = getPlayerAccount(source) --If he is new show the intro if (getAccountData(guy,"Achievement: New Guy") == false ) then spawnPlayer (source, -3255.5166015625+math.random(0,0), 1848.876953125+math.random(0,0), 9.8706741333008, 178.27844238281, math.random(265,312)) setCameraTarget(source, true) showPlayerHudComponent(source, "radar", false) showChat(source, false) fadeCamera(source, false) setTimer(fadeCamera, 4500, 1, source, true) setTimer(setElementPosition, 3000, 1, source, -3255.5166015625+math.random(0,0.5), 1848.876953125+math.random(0,1), 9.8706741333008, 178.27844238281) setTimer(setElementRotation, 3000, 1, source, 0, 0, 178.27844238281) setTimer(setPedAnimation, 4600, 1, source, "ped", "getup_front") setTimer(setPedAnimation, 5750, 1, source, "ped", "IDLE_stance") setTimer(setPedAnimation, 6200, 1, source, "ped", "WALK_civi") setTimer(setCameraMatrix, 4000, 1, source, -3256.9641113281, 1833.8905029297, 13.224102973938, -3256.3107910156, 1850.1762695313, 9.8706741333008, 0, 0) setTimer(setElementPosition, 13900, 1, source, -3255.1701660156+math.random(0,0), 1838.9616699219+math.random(0,0), 10.8706741333008, 192.73875427246) setTimer(fadeCamera, 12000, 1, source, false) setTimer(fadeCamera, 15000, 1, source, true) setTimer(setCameraTarget, 14500, 1, source) setTimer(showPlayerHudComponent, 13900, 1, source, "radar", true) setTimer(showChat, 13900, 1, source, true) else outputChatBox("Welcome back!", source, 0, 240, 0, false) fadeCamera(source, true) spawnPlayer (source, -3255.1701660156+math.random(0,3), 1838.9616699219+math.random(0,3), 9.8706741333008, 192.73875427246, math.random(265,312)) setCameraTarget(source, true) end end addEventHandler("onPlayerLogin", getRootElement(), intro)
  9. my laptop HAVE not num key how i can change bind key
  10. Hi all i am working on mechanic script i want tow Truck attach damage car but i dont khow how i make it can you help
  11. MoeezKhan

    help me

    like That tell this script is right function setCameraOnPlayerLogin() fadeCamera(source, true, 5) setTimer ( fadeCameraDelayed, 1000, 1, source ) setCameraMatrix(source, video.mp3) end addEventHandler("onPlayerLogin", getRootElement(), setCameraOnPlayerLogin)
  12. MoeezKhan

    help me

    Tell me how i make it i want this urgent
  13. hi guys i want to make set new car owner i see on wiki setElementData but i dont how i change into in set car owner hope you understant.
  14. thanks it working but one more problem when i press button it not show text
×
×
  • Create New...