-
Content count
332 -
Joined
-
Last visited
Community Reputation
16 DecentAbout gSub
-
Rank
Fool
Details
-
Gang
N/A
Recent Profile Visitors
783 profile views
-
recuperacion9 started following gSub
-
LeonardoS'k started following gSub
-
https://wiki.multitheftauto.com/wiki/OnClientPlayerNetworkStatus Try the example code
-
This cracked me up lmfao, poetic? *claps*
-
You're retarded for using that Antivirus. Add an exception in the AV, Google how. MTA doesn't have any malicious files, maybe you can use a proper AV and find out.
-
Post the error and the line number, I think I know what's wrong
-
He isn't talking about speed, he's generally saying that numerical loops are what an "expert" coder should be using.. The correct answer to this is "It depends on your table, and what data do you need", you can't talk in general about this.
-
"Look There's 3 kind of loops Ipairs - Pairs - Numerical If you're smart guy and you can think off a good structre. You will use rarely Pairs. And never or almost never Ipairs. If you're a medium guy on scripting. You will use Pairs most of the times, making use of numerical some times and ipairs also some times. And in my opinion the worst one, using Ipairs most of the times, pairs some times and numerical almost never." Some ignorant who's acting like a professional coder is saying this. please, give me your opinion on what he's saying.
-
What are you hoping to do with fastman92's limit adjuster?
gSub replied to darkdreamingdan's topic in Open Source Contributors
I think this is a very good idea and it should be added. 1. Because I said so.. 2. read #1 -
Mother of indentation.. press "Tab" once a while. http://pastebin.com/Y9ri2wxi
-
You can't, unless you have a supercomputer and a couple of years.
-
Stfu. On-topic: I'm surprised anyone spent time doing this, but I really like it, great work
-
You have to create a directory called "resources" The path should be: multitheftauto_linux_x64-1.5.3\mods\deathmatch\resources
-
Bloody hell.. Alright, as far as I remember (I don't have the source code for this), I didn't use guiGridListGetItemText, but I used guiGridListGetSeleceted, I didn't use GetItemText because I used an index for the selected row, that's what I remember, unfortunately, there is not way to decompile the code to find out exactly what I've done.