Blaawee Posted November 19, 2011 Share Posted November 19, 2011 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 Link to comment
Castillo Posted November 19, 2011 Share Posted November 19, 2011 There isn't a function like: createIntro or something similar, you must use your imagination to create one using the existing MTA functions. Link to comment
Charlie_Jefferson Posted November 19, 2011 Share Posted November 19, 2011 setCameraMatrix outputChatBox Link to comment
CapY Posted November 19, 2011 Share Posted November 19, 2011 dxDrawText guiCreateLabel Link to comment
Blaawee Posted November 19, 2011 Author Share Posted November 19, 2011 (edited) EDIT Edited November 20, 2011 by Guest Link to comment
unknooooown Posted November 19, 2011 Share Posted November 19, 2011 @-=I Blaawee I=- What part of "--RE-DISTRIBUTE NOT ALLOWED" didn't you understand? Link to comment
CapY Posted November 20, 2011 Share Posted November 20, 2011 I was going to ask that too. Link to comment
Blaawee Posted November 20, 2011 Author Share Posted November 20, 2011 so why he Distributed ?? Link to comment
CapY Posted November 20, 2011 Share Posted November 20, 2011 So why you redistributed ? Link to comment
Gtagasje Posted November 20, 2011 Share Posted November 20, 2011 so why he Distributed ?? Because he may not want ppl to steal his script.. lol. Link to comment
Blaawee Posted November 20, 2011 Author Share Posted November 20, 2011 (edited) EDIT Edited November 20, 2011 by Guest Link to comment
unknooooown Posted November 20, 2011 Share Posted November 20, 2011 https://forum.multitheftauto.com/viewtopic.php?f=91&t=34559&p=359832&hilit=intro#p359789 That doesn't change anything.. Link to comment
Blaawee Posted November 20, 2011 Author Share Posted November 20, 2011 (edited) o.k sory Edited November 20, 2011 by Guest Link to comment
12p Posted November 20, 2011 Share Posted November 20, 2011 This. --RE-DISTRIBUTE NOT ALLOWED Blawee, he just wants you to learn to script by yourself, not base on community/other users' scripts and resources. Don't act like he's idiot. He just tries to help and you give him your back. Link to comment
Blaawee Posted November 20, 2011 Author Share Posted November 20, 2011 o.k @Benxamix2 :thx man i'm sory all Link to comment
12p Posted November 20, 2011 Share Posted November 20, 2011 Thank you for editing your post. Good luck Link to comment
Slim. Posted November 25, 2011 Share Posted November 25, 2011 If you wanna script a spawn place, do as i say : Make any file of extension .lua for ex - script.lua then type this. function joinHandler() local x = (x position here.) local y = (y position here.) local z = (z position here.) spawnPlayer(source,x,y,z) fadeCamera(source, true) setCameralTarget(source, source) OutputChatBox("Welcome to my bla bla bla server", source) end addEventHandler("onPlayerJoin, getRootelement(), JoinHandler) That's it. Link to comment
12p Posted November 25, 2011 Share Posted November 25, 2011 "As you say"? That's obviously from the wiki. Also this question was already solved (atm). Link to comment
Blaawee Posted November 25, 2011 Author Share Posted November 25, 2011 Thx Slim. But allready solved Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now