-
Posts
865 -
Joined
-
Last visited
Everything posted by Callum
-
SQLite is sufficient for an MTA server, and in some cases faster than MySQL. You can obtain a login system from the MTA Community website.
-
He is allowed since this topic is still active, when it gets inactive it will get low auto Clearly it is still active if he is bumping it.
-
I don't think you're supposed to bump the topic every week, or there would be an endless stream of bumped topics.
-
Well, this shows how knowledgable the "company" manager is.
-
Ideally you should do it client -> server -> client Element data would be a waste of data, if only one client needs the information. Setting element data would effectively be triggering a client event for every player.
-
The first problem isn't a problem, but rather a feature of the Stealth gamemode. Secondly, you are lacking a script that manipulates setPedStat, giving you increased weapon skills.
-
Try deleting gta_sa.set in Documents\GTA San Andreas User Files
-
As far as I'm aware, it's not possible. You need to trigger a client event to download the bans list. Beware, you should only send 500 or so at once; servers with thousands of bans can crash the client.
-
Unless you are unable to perform basic arithmatic, I wouldn't recommend using GUI Editor to create user interfaces. It will loook different on each resolution, and the variable names aren't much help.
-
The "best" is debatable.
-
It may be possible using these functions.
-
Just create a server-side table and when the command is used; cooldownTable[playersAccountName] = getTickCount() When they next come to use the command, check that getTickCount()-cooldownTable[theirAccountName] is more than 6 hours (providing the index exists).
-
Either change 'p' to source (and remove 'p' from the function params), or change Line 4 (client-side) to; triggerServerEvent("aclAdmin5",localPlayer,localPlayer)
-
Use the 'type' function. For example, the following code; type(10) Will return 'number'.
-
Briefly: I will offer professional development services in exchange for money over PayPal. PM me for more information. Long explanation: I discovered Multi Theft Auto around the time of Summer 2007, and ever since I started playing I have had a great interest in scripting and server development. I have now been doing Lua scripting for almost 5 years, and am competent with almost every aspect of scripting and development. Prior to now I have always helped people for free, as I have had no reason to need money. Though, now I need to save up as much money as possible in the next 18 months (details aren't needed, PM if you want to know why). So I am offering professional scripting, optimisation, services management, and Lua lessons - all in exchange for money over PayPal. However, I may be able to help with more than just Lua. I have vast experience in scripting (Lua, Squirrel), programming (Visual Basic, C#, C, C++), web development (HTML, JavaScript, PHP), computer networking (active directories), services management (installation and operation of dedicated servers), and many other things. Past Experience (Lua) Fast & Furious RPG (DP2.3 RPG Server) Primary Developer Twiva/SANL RPG Founder/Owner/Development Co-Ordinator VCES/SAES HQ Staff/Head of Development Project Redivivus Scripting Consultant/Programmer
-
It will work with anything, if done correctly.
-
The former name of the scoreboard resource is dxscoreboard.
-
setTimer getRandomPlayer createVehicle warpPedIntoVehicle
-
Look into this function.
-
First make the GUI, ensure it all works correctly, and then make the GUI usable by linking it to a command, event, or whatever.
-
Perhaps telling us what the problem is will bring a solution. On another note, you should be using isElement checks server-side, incase the player quit before the event was triggered.
-
Sorry to be a bitch but you always call it 'PasteBin', while it's called 'Pastebin'. Dunno why that annoys me.
