Anderl
Members-
Posts
2,266 -
Joined
-
Last visited
Everything posted by Anderl
-
I doubt you did a complex gamemode with that small knowledge. In Lua, to concatenate strings we use ".." and not "+" like in C++. Both methods are the same.
-
What? If we host a server for you, you advertise your own server in "payment"? I didn't really understand this...
-
That guy doesn't even know what himself is doing lol fileOpen won't run the executable.
-
I asked long time ago how could I do this but actually the problem was with my crap laptop that could not render a picture with decent quality and so others didn't see it with good quality too. But I can tell you ( Aibo told me ), if you want better quality, use power 2 resolutions, like: 128x128, 128x64, 128x32, 256x256, 512x512, etc.
-
1st - I did not say you were noob. 2nd - Sometimes, age does not matter. 3rd - You didn't understand: It's not just because the scripts are made by you or your friends that it's original. What I mean is original ideas. Dude we have original ideas Ever heard of a Civil War Gamemode? So many scripts just cant think to name them all People want things that they never heard of. Just by the name I can see it's deathmatch-based idea. I'm out of this now, anyway.
-
1st - I did not say you were noob. 2nd - Sometimes, age does not matter. 3rd - You didn't understand: It's not just because the scripts are made by you or your friends that it's original. What I mean is original ideas.
-
We already have a good server mate, When people tell me its the best server on mta it makes me happy it is obviously not but still we get players and its pretty awesome! Just not very popular He means a decent server with grown people ( not saying you're not because I don't know you ) working on it and originality.
-
This script doesn't "put pictures somewhere", what this code actually does is draw an image near each player. It has nothing to do with what the TO said.
-
You should import the SQL data file not the Lua script.
-
Modules -> Create function to delete file. Other way is using deleteResource function but you'd need maps to be in folders and not zips.
-
Which DLL did you download?
-
Thanks mate that did the trick works fine I just need to alter it in places so it only does if true eg if there is nothing for example banned_reason it won't try to show it on GUI otherwise it flags a bad argument but I can do that myself. Am still bit of a Noob when it comes to LUA for MTA but am slowly finding my way around things. You guys have been most helpful Glad I could help.
-
My mistake, local pQuery = mysql:query_fetch_assoc('SELECT id, admin, adminjail__time, banned_reason FROM `accounts` WHERE username = "'..szUser..'"') pQuery = mysql:fetch_assoc(pQuery) Change to: local pQuery = mysql:query_fetch_assoc('SELECT id, admin, adminjail__time, banned_reason FROM `accounts` WHERE username = "'..szUser..'"')
-
The whole code would have to be re-scripted so I don't see why would he add this Turf System to his Gang System.
-
Where is getPlayerGang function? There's no getPlayerGang function, as far as I know. Use this instead: getElementData(p, 'gang') -- I guess it's this, I'm sorry if I'm wrong
-
Your code won't work because two reasons: - You're using a comparition symbol instead of a single =. - In 'onPlayerSpawn' it won't work the first time as when the player is spawned for first time he hasn't been killed yet.
-
That is one thing why I switched to MTA:SA. I just saw the list of functions... You can make much more functions if you want: Using modules ( developing them or using the few already made ) or editing server's source code ( qaisjp told me normal clients can join modded servers ).
-
Still, I doubt you'll ever find someone really good interested in a project that will work for free. By the way, you might want to read this: viewtopic.php?f=91&t=26541.
-
Unless you're using Access Control List you're free to do everything how you want. In MTA:SA you can do ALMOST everything that you can imagine.
-
The problem is: people have their own projects or are working on a friend's project already; there are very little amount of decent scripters that are free ( I mean, they aren't in a project at the moment ) and these who aren't will only work for free if they really like the project, otherwise no one will work for free to get admin rights on a server that will most likely fail because no one has any interest on it ( I'm not saying that your server will fail ).
-
I'm sure they don't have success going to a forum asking people to work for them for such simple things.
-
People won't work hard and waste their free time to get admin rights. Would you work at acompany that'd pay you with some cookies and you work 10 hours a day for them? Can you buy anything with cookies? That's the same for admin rights, what will people earn having admin rights when they worked hard for something?
-
If you'd pay, you could contact me or CapY ( details in signature ) otherwise no one will script for you.
-
Don't make double posts about the same, post the code here.
-
Ajuda com luzes para carros
Anderl replied to ExtremeSB's topic in Ajudas relacionadas ao MTA:SA (Cliente/Servidor)
https://wiki.multitheftauto.com/wiki/Shader P.S.: Isso aqi não é Yahoo!, não há pontos
