-
Posts
142 -
Joined
-
Last visited
Everything posted by MoeezKhan
-
Need Help Making Dayz Server. I'm using the host streamline
MoeezKhan replied to Misterkev1998's topic in Servers
check pm -
mojiz you have no server why you need this
-
Need Help Making Dayz Server. I'm using the host streamline
MoeezKhan replied to Misterkev1998's topic in Servers
give me your server name... I am Scripter And Mapper What do you want to your server -
really good job
-
can you add group level.. nice works
-
nice works
-
nice work man
-
Good job
-
good job
-
nice job but can you remove vehicle name from radar...
-
good job
-
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...
-
thanks one more question when i join server i see it again i want only one time it when player create account
-
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)
-
my laptop HAVE not num key how i can change bind key
-
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
-
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)
-
Tell me how i make it i want this urgent
-
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.
-
Good Job.
-
thanks it working but one more problem when i press button it not show text
