Thehookerkiller01 Posted March 4, 2009 Share Posted March 4, 2009 Is this possible: 1. If you are death you automaticly will spawn automaticly at the nearest hospital. 2. If you had logged in you will spawn at your own house. (Do this by name) 3. If you don't have an house yet, you will spawn automaticly at 1 hospital. 4. Make 1 place to get work. Link to comment
Lordy Posted March 4, 2009 Share Posted March 4, 2009 1. Yes it is 2. Yes it is 3. Yes it is 4. Yes it is Link to comment
Thehookerkiller01 Posted March 4, 2009 Author Share Posted March 4, 2009 1. Yes it is2. Yes it is 3. Yes it is 4. Yes it is 1. Almost done 2. Howto 3. Howto 4. Howto Link to comment
Lordy Posted March 4, 2009 Share Posted March 4, 2009 2. You store in SQL the coordinates of the spawn for the account and just use them. You can store in xml too or setAccountData but I wouldn't recommend that. 3. If you don't find anything from the sql query - it means that he might not have the house and then just spawn him at some hospital coordinates. 4. Code some things for jobs. I have no idea what you want tho. But you can also use markers and trigger with them some job place. Note: I intentionally didn't give you any straight code examples since I kinda don't believe you would get any use of them. If you can't understand the code, why bother having it. Link to comment
Thehookerkiller01 Posted March 4, 2009 Author Share Posted March 4, 2009 (edited) 2. You store in SQL the coordinates of the spawn for the account and just use them. You can store in xml too or setAccountData but I wouldn't recommend that.3. If you don't find anything from the sql query - it means that he might not have the house and then just spawn him at some hospital coordinates. 4. Code some things for jobs. I have no idea what you want tho. But you can also use markers and trigger with them some job place. Note: I intentionally didn't give you any straight code examples since I kinda don't believe you would get any use of them. If you can't understand the code, why bother having it. 2. I wanna store the coordinates in a xml file. And another thing, is it possible to get you out of a vehicle (or lock it) when you have no driver licence (for planes). Only unlock planes if you have your driver licence and store that in a xml file who has and who not. Also show a alert: "You can't enter without your driver licence, take it at the main airport!" Edited March 4, 2009 by Guest Link to comment
Lordy Posted March 4, 2009 Share Posted March 4, 2009 Have a command, have a GUI for it, have a marker for it, how the hell should I know? Link to comment
Thehookerkiller01 Posted March 4, 2009 Author Share Posted March 4, 2009 Something else, Is it possible if you are not logged in that you can do everything, but only that you can't talk in the chat? Link to comment
Thehookerkiller01 Posted March 4, 2009 Author Share Posted March 4, 2009 Have a command, have a GUI for it, have a marker for it, how the hell should I know? I had edited my post.. Read it plz Link to comment
Thehookerkiller01 Posted March 4, 2009 Author Share Posted March 4, 2009 Sorry for spamming, howto edit the radar? And to make it more realistic. Link to comment
50p Posted March 4, 2009 Share Posted March 4, 2009 Sorry for spamming,howto edit the radar? And to make it more realistic. Download a mod for it. It's called Detailed Radar. Link to comment
Thehookerkiller01 Posted March 4, 2009 Author Share Posted March 4, 2009 Sorry for spamming,howto edit the radar? And to make it more realistic. Download a mod for it. It's called Detailed Radar. Hmm, yeah, but howto install this in my server? Link to comment
Thehookerkiller01 Posted March 4, 2009 Author Share Posted March 4, 2009 Is it possible to get you out of a vehicle (or lock it) when you have no driver licence (for planes). Only unlock planes if you have your driver licence and store that in a xml file who has and who not. Also show a alert: "You can't enter without your driver licence, take it at the main airport!" Link to comment
50p Posted March 4, 2009 Share Posted March 4, 2009 Sorry for spamming,howto edit the radar? And to make it more realistic. Download a mod for it. It's called Detailed Radar. Hmm, yeah, but howto install this in my server? It's not possible. Who told you it's possible? Is it possible to get you out of a vehicle (or lock it) when you have no driver licence (for planes). Only unlock planes if you have your driver licence and store that in a xml file who has and who not. Also show a alert: "You can't enter without your driver licence, take it at the main airport!" First, you have to make a licence system... without it you can do nothing. USE THE DAMN EDIT BUTTON! I've seen you spaming forum not for the first time! God bless him! Link to comment
Thehookerkiller01 Posted April 7, 2009 Author Share Posted April 7, 2009 Sorry for spamming,howto edit the radar? And to make it more realistic. Download a mod for it. It's called Detailed Radar. I have see a race server with an edited hud map. Link to comment
Lordy Posted April 7, 2009 Share Posted April 7, 2009 They just added a gui image on top of the old radar. They have not changed the radar. Link to comment
Thehookerkiller01 Posted April 7, 2009 Author Share Posted April 7, 2009 They just added a gui image on top of the old radar. They have not changed the radar. Howto? Link to comment
Lordy Posted April 7, 2009 Share Posted April 7, 2009 We're not here to educate you about the lua basics: we're here to help with minor scripting problems, not to write scripts for you for free or make nice little online Lua 101 classes, like you seem to believe.You need to learn the basics by yourself. If you're too lazy or retarded to do that, we can't help you anyways, so in that case, kindly piss off and bother somebody else. That one is still true. Link to comment
Thehookerkiller01 Posted April 7, 2009 Author Share Posted April 7, 2009 We're not here to educate you about the lua basics: we're here to help with minor scripting problems, not to write scripts for you for free or make nice little online Lua 101 classes, like you seem to believe.You need to learn the basics by yourself. If you're too lazy or retarded to do that, we can't help you anyways, so in that case, kindly piss off and bother somebody else. That one is still true. Yes, but howto place a image with the map over the radar?? Do you can do that with lua? Link to comment
DakiLLa Posted April 7, 2009 Share Posted April 7, 2009 you cant replace hud elements, but you can create new images over the top of hud... like it was made on 'one' race server, they just placed an image over the top radar Link to comment
robhol Posted April 7, 2009 Share Posted April 7, 2009 you cant replace hud elements, but you can create new images over the top of hud... like it was made on 'one' race server, they just placed an image over the top radar Actually, you can. By hiding the HUD elements in question, you can pretty much make your own with GUI or dX functions, effectively replacing the old one. That being said, making a radar that works like it's supposed to and doesn't look completely apeshit would be a nice challenge... Link to comment
Thehookerkiller01 Posted April 8, 2009 Author Share Posted April 8, 2009 you cant replace hud elements, but you can create new images over the top of hud... like it was made on 'one' race server, they just placed an image over the top radar Yeah, but an moving image? Link to comment
robhol Posted April 8, 2009 Share Posted April 8, 2009 That's what I mean- it'll be hard. I suppose you could use directX functions... that's pretty far above your level, though, to be honest. Link to comment
Thehookerkiller01 Posted April 9, 2009 Author Share Posted April 9, 2009 That's what I mean- it'll be hard. I suppose you could use directX functions... that's pretty far above your level, though, to be honest. Ah ok 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