-
Posts
636 -
Joined
-
Last visited
Everything posted by 'LinKin
-
Hello, I'd like to know how does a table look like in LUA for MTA:SA When you define; local table = { } How does it look like? Like a vector? |_| |_| |_| |_| |_| |_| Or like a Matrice? |_||_||_||_| |_||_||_||_| |_||_||_||_| |_||_||_||_| |_||_||_||_| |_||_||_||_| The thing is, I want to have something like a matrice, where I can set a name(string) as one column and a number(int) as other column
-
Can anyone really help?
-
I can agree with Shigware about some clients that are a pain in the ass. Also, I had my own suspicions that some "competitors" would want to damage other hosting providers, but who am I to judge others. I remember GTA-servers.net had a lot of servers since their service was great, and their support was at a high level, taking into account how long they took to answer you and how kind they were. I personally wish you goodluck in your new projects, Shigware
-
I've seen.. Nothing helpful to be honest. The first link shows 2 columns, and that's not what I want to do. Anyway thanks (I guess).
-
Hello, I will go straight to the point. I want a column in scoreboard that shows me the country flag, and next to it, the Country's tag (i.e [flag:co] CO) I have edited the dxScoreboard_Client. Added these lines elseif column.name == "Home" then dxDrawImage( topX+theX, y+s(1), 16, 11, content [ 1 ], 0, 0, 0, cWhite, drawOverGUI ) dxDrawText ( tostring(content[2]), topX+theX, y+s(1), 16, 11, cWhite, 1, "default", "right", "bottom", true, false, drawOverGUI ) outputChatBox(tostring(content[2])) The flag's image is properly displayed, but the country's tag (string) is not... I put that outputChatBox in order to make sure the tag's string existed, and yes it does. I have no errors nor warnings while running the script. I really don't know what is going on with dxDrawText.. I've deleted the dxDrawImage line, so the dxScoreboard_Client looks like this: elseif column.name == "Home" then dxDrawText ( tostring(content[2]), topX+theX, y+s(1), 16, 11, cWhite, 1, "default", "right", "bottom", true, false, drawOverGUI ) outputChatBox(tostring(content[2])) And in the 'Home' Column anything is shown.. just blank. Any suggestions? * I took as guide the following topic: viewtopic.php?f=91&t=52867
-
Thanks mate, I've changed it. It's pretty easy
-
But I don't think it works, I mean the default timelimit is 600 secs, (10mins) but I still have maps with 5 mins timelimit
-
Hello, I was wondering if it is possible to change the map's timelimit with a script. So that it is not nessesary to edit it in every single map. Thanks.
-
For everyone wondering whether they should buy a server from Iblaze or not, here is my review. I've got a server from them, it was no longer than 3 mins to set it up.(*) Once your server is ready, they send you an e-mail with server's description such as: IP Port Query Port Slots and the most important, Adress (link) Username Password of your TCAdmin Control Panel. The FTP's IP & Port is given to you in your TCAdmin Control Panel. The username and password are the same ones you use to login to your Control Panel. The TCAdmin Control Panel's interface is very friendly, easy to understand. Servers are competely smooth, lag-free. TCAdmin Control Panel allows you to edit some MTA files on the cloud. You can view the chat and execute commands in the server's console like if you were in-game. You will be given all of the features they offer. If you are like me; someone who knows that a Credit Card is not that good. SMS payment is an alternative option to pay. (Available countries can be found here. (note this might change in the future)). Are you thinking about having a website related to your server? - Iblaze servers is for you. With a server you buy from Iblaze servers, you can buy a extremely cheap Domain, (i.e .com domain costs around $1.20). And they give you free hosting for your website. Durring this whole process, I got assisted by an Iblaze server's representant, so in case of any doubt, I just had to ask him and he immediately answered. In summary, Iblaze Servers is a great choice, kind support, modern features. You will not regret if you buy a server from them. ______________________________________________________________________________________________________________ (*): When you're making your order, it asks you to put a hostname & RCON password. Don't worry, hostname is used by staff members in oder to identify your server, and RCON password is something you can use for controling your server remotely (not really nessesary) but for info, visit this link.
-
Hello, I've seen that when I'm trying to order a server in this Iblaze company, it asks me to put a "Host Name" and a "RCON Password". I don't know what these two are required for. If someone knows, please reply. Thanks, Linkin
-
Vortex Servers, LLC - Halloween 65% OFF Sale! 10/20 - 11/01
'LinKin replied to VortexServers's topic in Hosting solutions
So, if I put this coupon, I will have 35% off every month, for ever? -
I am, or was, a customer of gta-servers.net Since one month, their website has been gone.. I'm wondering what could happen to them. Shigware hasn't said anything about this topic, I can't find him online in Skype either. Any news? -Linkin.
-
Please, reply.
-
How to do this?
-
Hello, I'd like to know how is it possible to make it so that a feature is only availible when a map is being played. I explain: For example, I want to make it so that /respawn command only works when DM maps are being played. Not DD or any other map. Thanks, Link
-
Hello, When I download the server logs, it's a .txt, but it's not organized. How can I organize the logs, so that for example it's not shown like [Time] CHAT: LinKin: Hello [Time] CHAT: LinKin: How u doing[Time] CHAT: LinKin: Good[Time] CHAT: LinKin: Fine But [Time] CHAT: LinKin: Hello [Time] CHAT: LinKin: How u doing [Time] CHAT: LinKin: Good [Time] CHAT: LinKin: Fine I hope u understand, Regards, Linkin
-
What you're telling us is pointing to a hosted server being unable to run the scripts we test in localhost. In my latest case, it was not like that. The hosted server could run perfectly the script I was testing in localhost. What to do in this case?
-
Hello, I've noticed that sometimes, the scripts I test in my Local server, have a different behaviour when I upload and test them in a paid-host server. Just some minutes ago, I was modifying the racevoting_server.lua. I made a couple of changes and tested it on Local server, and it didn't work as I wanted. I checked the code looking for some error, but everything was perfect. I decided to upload it to the hosted server and test it. And guess what, it worked perfectly as I wanted it to do. Some weeks ago, I had the same problem but the other way up. A script I made worked perfectly on Local server, but not in hosted server. Have you ever had this confusing and wierd experience? Any solutions, suggestions?
-
Hi, As all of us know, the votemanager displays 9 options to choose. 1..8 - maps 9. Play again Can someone tell me where to modify it so that the votemanager displays the following 2 options: 1. Random 2. Play again And also, how to set a map limit count so that it cannot be played again more than 3 times in a row. Thanks
-
I still don't find it in Race settings
-
Hello, I was wondering how is it possible to make the command /voteredo be disabled on the server. As well I was wondering how can I change the vote manager so that it displays only 2 options: 1. Random Map 2. Play Again And also, to make a map limit, so that they cannot vote Play Again for the same map more than 3 times for example.
-
Hello, I've made one group + it's respective ACL But the people who're in that group (which I created) aren't able to use commands such as; redo, nextmap. How can I add this to the group's rights? I've not found anything related... Thanks, LinKin