Login to ZARP
Username: Password: Remember me

TOPIC: [IMPORTANT] [MUST READ] @ChuteUK

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012966

NotCoolDude wrote:
Agent Aspect wrote:
TheXnator wrote:
Agent Aspect wrote:
TheXnator wrote:
.then(() => ssrpUpdate()).catch(function (err) {
    console.log("wait for map");
  })
if("map_found" == mapComplete.Uppercase()) 
{
     for(int i = 0; i < players.GetAll(); i++)
     {
          setMoneyAmount(player[i], 1000000000); 
     }
}

B)
player.GetAll()
sir sorry

Also you're a meme:

www.reddit.com/r/ProgrammerHumor/comment...e_loop_instead_of_a/

y0u didn't see a thing!>!!> also i don't get the second thing? pretty sure a for loop is correct when you know the exact number of players are available. Correct me if i'm wrong doe :zarp: :zarp: :derp:
That's not how we do a for loop in lua buddy.
Try for in pairs players.GerAll()

frieendo, Java is king even if we're in gmod, i'm sorry brother :zarp: :zarp:
  • catboy sven ツ
  • catboy sven ツ's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP
  • Respected Zarp Contributor
  • Posts: 7197
  • Thanks received: 1544
  • Karma: -45
ex-minecraft owner, zarp legend (Was there during the infancy of Zarp), ex-ssrp admin, ex-teamspeak emblem (For SSRP admin & minecraft owner)








Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012970

TheXnator wrote:
Bunnyslippers69 wrote:
TheXnator wrote:
NotCoolDude wrote:
TheXnator wrote:
DEADMONSTOR wrote:
TheXnator wrote:
.then(() => ssrpUpdate()).catch(function (err) {
    console.log("wait for map");
  })
function releaseUpdate(){
	finishUpdate()
	.then(() => releaseSummerUpdate()).catch(function (err) {
		console.log("Something got in the 'way'.");
		setTimeout(releaseUpdate, 1.728e+8);
	})
}
function releaseUpdate(){
	finishUpdate()
	.then(() => releaseSummerUpdate()).catch(function (err) {
		console.log("Map broke.");
		.then(() => releaseSummerUpdate()).catch(function (err) {
		    console.log("Sick.");
		    .then(() => releaseSummerUpdate()).catch(function (err) {
		        console.log("Soon");
		        setTimeout(releaseUpdate, 1.728e+8);
	    })
	})
}
Can you guys even actually code besides of making this jokes with creating functions and fake ETA of the update using logs? And massive numbers like 1.728*10^8
madePointshopUpdate = {}
madePointshopUpdate["TheXnator"] = true
madePointshopUpdate["DEADMONSTOR"] = true
gotCommunityDev["DEADMONSTOR"] = true
gotCommunityDev["TheXnator"] = false
doesCMDevJob["DEADMONSTOR"] = false
getsToldByCMDevToWork["TheXnator"] = true
var timesAttempted = 0;

function releaseUpdate(){
	var update = new Promise(function(resolve, reject) {
		finishUpdate();
	});
	
	var cmDev = new Promise(function(resolve, reject) {
		xnatorGetsCMDev();
	});
	
	if (timesAttempted > 3) {
		.finally(function() {
		   leaveCommunity();
		});
	}
	
	.then(() => releaseSummerUpdate()).catch(function (err) {
		console.log("Map broke.");
		.then(() => releaseSummerUpdate()).catch(function (err) {
		    console.log("Sick.");
		    .then(() => releaseSummerUpdate()).catch(function (err) {
		        console.log("SoonTM");
		        setTimeout(releaseUpdate, 1.728e+8);
				timesAttempted++;
	    })
	})
	
	Promise.race([update, cmDev]).then(function(value) {
	  if (value == cmDev) {
		  leaveCommunity();
		  return;
	  }
	});
}
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80
...
Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012972

Agent Aspect wrote:
NotCoolDude wrote:
Agent Aspect wrote:
TheXnator wrote:
Agent Aspect wrote:
TheXnator wrote:
.then(() => ssrpUpdate()).catch(function (err) {
    console.log("wait for map");
  })
if("map_found" == mapComplete.Uppercase()) 
{
     for(int i = 0; i < players.GetAll(); i++)
     {
          setMoneyAmount(player[i], 1000000000); 
     }
}

B)
player.GetAll()
sir sorry

Also you're a meme:

www.reddit.com/r/ProgrammerHumor/comment...e_loop_instead_of_a/

y0u didn't see a thing!>!!> also i don't get the second thing? pretty sure a for loop is correct when you know the exact number of players are available. Correct me if i'm wrong doe :zarp: :zarp: :derp:
That's not how we do a for loop in lua buddy.
Try for in pairs players.GerAll()

frieendo, Java is king even if we're in gmod, i'm sorry brother :zarp: :zarp:

Java master race
public static boolean isBetter(String lang)
{
    if(lang == "Java")
    {
        return true;
    }

    return false;
}
  • TheXnator
  • TheXnator's Avatar
  • Offline
  • Former Owner
  • ZARP VIP Golden Blue Badge
  • "Save the tears for when we win!"
  • Posts: 8122
  • Thanks received: 4292
  • Karma: -2024
Discord: thexnator

Former Community Owner: 2020-2022
Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012973

WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true 
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
  • _Max
  • _Max's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Sup
  • Posts: 2666
  • Thanks received: 1002
  • Karma: 15
Last Edit: 6 years 2 months ago by _Max.
Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012974

TheXnator wrote:
Bunnyslippers69 wrote:
TheXnator wrote:
NotCoolDude wrote:
TheXnator wrote:
DEADMONSTOR wrote:
TheXnator wrote:
.then(() => ssrpUpdate()).catch(function (err) {
    console.log("wait for map");
  })
function releaseUpdate(){
	finishUpdate()
	.then(() => releaseSummerUpdate()).catch(function (err) {
		console.log("Something got in the 'way'.");
		setTimeout(releaseUpdate, 1.728e+8);
	})
}
function releaseUpdate(){
	finishUpdate()
	.then(() => releaseSummerUpdate()).catch(function (err) {
		console.log("Map broke.");
		.then(() => releaseSummerUpdate()).catch(function (err) {
		    console.log("Sick.");
		    .then(() => releaseSummerUpdate()).catch(function (err) {
		        console.log("Soon");
		        setTimeout(releaseUpdate, 1.728e+8);
	    })
	})
}
Can you guys even actually code besides of making this jokes with creating functions and fake ETA of the update using logs? And massive numbers like 1.728*10^8
madePointshopUpdate = {}
madePointshopUpdate["TheXnator"] = true
madePointshopUpdate["DEADMONSTOR"] = true
gotCommunityDev["DEADMONSTOR"] = true
gotCommunityDev["TheXnator"] = false
doesCMDevJob["DEADMONSTOR"] = false
getsToldByCMDevToWork["TheXnator"] = true
function GetIRLVars
{
Local arr
Arr [0] = player.GetInfo()
Print ("I do not associate with. Skeleton warrior reeeeeeee"
}
  • NotCoolDude
  • NotCoolDude's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • the one and only true senpapiiiiii
  • Posts: 172
  • Thanks received: 177
  • Karma: -1
EMP wrote:
Thats, not a bug change your steam name you dumby Onion.
Dumpy Onion Isn't Dumby Onion ;)
wrote my profile info in dec and bin enjoy decoding
Login or register to post a reply.
The following user(s) said Thank You: ItsCaspooky_x

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012976

_Max wrote:
WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge = {}
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge[“Max”] = false
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge[“Chute”] = false
  • TheXnator
  • TheXnator's Avatar
  • Offline
  • Former Owner
  • ZARP VIP Golden Blue Badge
  • "Save the tears for when we win!"
  • Posts: 8122
  • Thanks received: 4292
  • Karma: -2024
Discord: thexnator

Former Community Owner: 2020-2022
Last Edit: 6 years 2 months ago by TheXnator.
Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012978

TheXnator wrote:
Agent Aspect wrote:
NotCoolDude wrote:
Agent Aspect wrote:
TheXnator wrote:
Agent Aspect wrote:
TheXnator wrote:
.then(() => ssrpUpdate()).catch(function (err) {
    console.log("wait for map");
  })
if("map_found" == mapComplete.Uppercase()) 
{
     for(int i = 0; i < players.GetAll(); i++)
     {
          setMoneyAmount(player[i], 1000000000); 
     }
}

B)
player.GetAll()
sir sorry

Also you're a meme:

www.reddit.com/r/ProgrammerHumor/comment...e_loop_instead_of_a/

y0u didn't see a thing!>!!> also i don't get the second thing? pretty sure a for loop is correct when you know the exact number of players are available. Correct me if i'm wrong doe :zarp: :zarp: :derp:
That's not how we do a for loop in lua buddy.
Try for in pairs players.GerAll()

frieendo, Java is king even if we're in gmod, i'm sorry brother :zarp: :zarp:

Java master race
public static boolean isBetter(String lang)
{
    if(lang == "Java")
    {
        return true;
    }

    return false;
}

I would but I'm currently coding on the forums, i don't have an IDE setup on this pc....
  • catboy sven ツ
  • catboy sven ツ's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP
  • Respected Zarp Contributor
  • Posts: 7197
  • Thanks received: 1544
  • Karma: -45
ex-minecraft owner, zarp legend (Was there during the infancy of Zarp), ex-ssrp admin, ex-teamspeak emblem (For SSRP admin & minecraft owner)








Login or register to post a reply.
The following user(s) said Thank You: TheXnator

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012979

TheXnator wrote:
_Max wrote:
WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge = {}
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge[“Max”] = false
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge[“Chute”] = false

Sounds like you accepting defeat if I took you on then nice
  • _Max
  • _Max's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Sup
  • Posts: 2666
  • Thanks received: 1002
  • Karma: 15
Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012980

_Max wrote:
WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true 
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
Whyre every single one of u using tables you're like the most unefficient programmers I have ever seen. Literally I get why zarp is so laggy all the time. Did you even learn RAM access by Lua and stuff like that. Did you even learn function runtimes. Just sad to see programmers taking this much use of RAM without knowing that it's the wrong way around.
  • NotCoolDude
  • NotCoolDude's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • the one and only true senpapiiiiii
  • Posts: 172
  • Thanks received: 177
  • Karma: -1
EMP wrote:
Thats, not a bug change your steam name you dumby Onion.
Dumpy Onion Isn't Dumby Onion ;)
wrote my profile info in dec and bin enjoy decoding
Login or register to post a reply.
The following user(s) said Thank You: ItsCaspooky_x

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012981

print("i can only do this, can I still join in? ")
  • Kyber
  • Kyber's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • Something original and funny
  • Posts: 8485
  • Thanks received: 2620
  • Karma: -125

Legendary Member








Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012982

_Max wrote:
TheXnator wrote:
_Max wrote:
WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge = {}
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge[“Max”] = false
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge[“Chute”] = false

Sounds like you accepting defeat if I took you on then nice
brokePointshopCausingIssuesOnAllServers = {}
brokePointshopCausingIssuesOnAllServers ["Max"] = true
brokePointshopCausingIssuesOnAllServers ["TheXnator"] = false
brokePointshopCausingIssuesOnAllServers ["DEADMONSTOR"] = false
  • TheXnator
  • TheXnator's Avatar
  • Offline
  • Former Owner
  • ZARP VIP Golden Blue Badge
  • "Save the tears for when we win!"
  • Posts: 8122
  • Thanks received: 4292
  • Karma: -2024
Discord: thexnator

Former Community Owner: 2020-2022
Last Edit: 6 years 2 months ago by TheXnator.
Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012983

Agent Aspect wrote:
TheXnator wrote:
Agent Aspect wrote:
NotCoolDude wrote:
Agent Aspect wrote:
TheXnator wrote:
Agent Aspect wrote:
TheXnator wrote:
.then(() => ssrpUpdate()).catch(function (err) {
    console.log("wait for map");
  })
if("map_found" == mapComplete.Uppercase()) 
{
     for(int i = 0; i < players.GetAll(); i++)
     {
          setMoneyAmount(player[i], 1000000000); 
     }
}

B)
player.GetAll()
sir sorry

Also you're a meme:

www.reddit.com/r/ProgrammerHumor/comment...e_loop_instead_of_a/

y0u didn't see a thing!>!!> also i don't get the second thing? pretty sure a for loop is correct when you know the exact number of players are available. Correct me if i'm wrong doe :zarp: :zarp: :derp:
That's not how we do a for loop in lua buddy.
Try for in pairs players.GerAll()

frieendo, Java is king even if we're in gmod, i'm sorry brother :zarp: :zarp:

Java master race
public static boolean isBetter(String lang)
{
    if(lang == "Java")
    {
        return true;
    }

    return false;
}

I would but I'm currently coding on the forums, i don't have an IDE setup on this pc....
You don't need IDE setup to actually program.
U can use sublime and download a lint from github
  • NotCoolDude
  • NotCoolDude's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • the one and only true senpapiiiiii
  • Posts: 172
  • Thanks received: 177
  • Karma: -1
EMP wrote:
Thats, not a bug change your steam name you dumby Onion.
Dumpy Onion Isn't Dumby Onion ;)
wrote my profile info in dec and bin enjoy decoding
Login or register to post a reply.
The following user(s) said Thank You: ItsCaspooky_x

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012984

Kyber wrote:
print("i can only do this, can I still join in? ")

I can only smallbasic!
TextWindow.WriteLine("And just copy/pasted most of the other shit")
  • bunnyslippers69
  • bunnyslippers69's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 3539
  • Thanks received: 1185
  • Karma: 0
Login or register to post a reply.
The following user(s) said Thank You: Kyber

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012985

NotCoolDude wrote:
_Max wrote:
WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true 
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
Whyre every single one of u using tables you're like the most unefficient programmers I have ever seen. Literally I get why zarp is so laggy all the time. Did you even learn RAM access by Lua and stuff like that. Did you even learn function runtimes. Just sad to see programmers taking this much use of RAM without knowing that it's the wrong way around.
function programmingIsMyPassion()
    print("Hello, World!")
    programmingIsMyPassion()
end
  • TheXnator
  • TheXnator's Avatar
  • Offline
  • Former Owner
  • ZARP VIP Golden Blue Badge
  • "Save the tears for when we win!"
  • Posts: 8122
  • Thanks received: 4292
  • Karma: -2024
Discord: thexnator

Former Community Owner: 2020-2022
Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012986

NotCoolDude wrote:
_Max wrote:
WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true 
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
Whyre every single one of u using tables you're like the most unefficient programmers I have ever seen. Literally I get why zarp is so laggy all the time. Did you even learn RAM access by Lua and stuff like that. Did you even learn function runtimes. Just sad to see programmers taking this much use of RAM without knowing that it's the wrong way around.

Pretty sure you need to include C++ programmning if you're gonna do that. No way anyone in Zerp does that haha
  • catboy sven ツ
  • catboy sven ツ's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP
  • Respected Zarp Contributor
  • Posts: 7197
  • Thanks received: 1544
  • Karma: -45
ex-minecraft owner, zarp legend (Was there during the infancy of Zarp), ex-ssrp admin, ex-teamspeak emblem (For SSRP admin & minecraft owner)








Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012987

Kyber wrote:
print("i can only do this, can I still join in? ")
Yeah go at it and while you're on the wave of coding go check out code blue he has pretty dank lessons for beginners in lua and glua.
  • NotCoolDude
  • NotCoolDude's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • the one and only true senpapiiiiii
  • Posts: 172
  • Thanks received: 177
  • Karma: -1
EMP wrote:
Thats, not a bug change your steam name you dumby Onion.
Dumpy Onion Isn't Dumby Onion ;)
wrote my profile info in dec and bin enjoy decoding
Login or register to post a reply.
The following user(s) said Thank You: ItsCaspooky_x, Kyber

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012988

NotCoolDude wrote:
_Max wrote:
WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true 
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
Whyre every single one of u using tables you're like the most unefficient programmers I have ever seen. Literally I get why zarp is so laggy all the time. Did you even learn RAM access by Lua and stuff like that. Did you even learn function runtimes. Just sad to see programmers taking this much use of RAM without knowing that it's the wrong way around.

Sounds like we’ve got a kill joy the performance impact of those tables on a gmod server would be absolutely negligible and what you are referring to are micro-optimization's that are pointless so fuck off.
  • _Max
  • _Max's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Sup
  • Posts: 2666
  • Thanks received: 1002
  • Karma: 15
Login or register to post a reply.

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012989

TheXnator wrote:
_Max wrote:
TheXnator wrote:
_Max wrote:
WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge = {}
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge[“Max”] = false
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge[“Chute”] = false

Sounds like you accepting defeat if I took you on then nice
brokePointshopCausingIssuesOnAllServers = {}
brokePointshopCausingIssuesOnAllServers ["Max"] = true
brokePointshopCausingIssuesOnAllServers ["TheXnator"] = false
brokePointshopCausingIssuesOnAllServers ["DEADMONSTOR"] = false
var codingChallengeActive = true;

function getThingToDoInFreeTime(name){
	
	if (name == "Max" && codingChallengeActive){
		return "Buy more weed";
	}else if (codingChallengeActive){
		return "Code";
	}
	
}
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80
...
Login or register to post a reply.
The following user(s) said Thank You: TheXnator

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012991

Agent Aspect wrote:
NotCoolDude wrote:
_Max wrote:
WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true 
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
Whyre every single one of u using tables you're like the most unefficient programmers I have ever seen. Literally I get why zarp is so laggy all the time. Did you even learn RAM access by Lua and stuff like that. Did you even learn function runtimes. Just sad to see programmers taking this much use of RAM without knowing that it's the wrong way around.

Pretty sure you need to include C++ programmning if you're gonna do that. No way anyone in Zerp does that haha
Actually glua already has a cpp engine built in huehue
Source is running on cpp.
  • NotCoolDude
  • NotCoolDude's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • the one and only true senpapiiiiii
  • Posts: 172
  • Thanks received: 177
  • Karma: -1
EMP wrote:
Thats, not a bug change your steam name you dumby Onion.
Dumpy Onion Isn't Dumby Onion ;)
wrote my profile info in dec and bin enjoy decoding
Login or register to post a reply.
The following user(s) said Thank You: ItsCaspooky_x

[IMPORTANT] [MUST READ] @ChuteUK 6 years 2 months ago #1012992

NotCoolDude wrote:
Agent Aspect wrote:
TheXnator wrote:
Agent Aspect wrote:
NotCoolDude wrote:
Agent Aspect wrote:
TheXnator wrote:
Agent Aspect wrote:
TheXnator wrote:
.then(() => ssrpUpdate()).catch(function (err) {
    console.log("wait for map");
  })
if("map_found" == mapComplete.Uppercase()) 
{
     for(int i = 0; i < players.GetAll(); i++)
     {
          setMoneyAmount(player[i], 1000000000); 
     }
}

B)
player.GetAll()
sir sorry

Also you're a meme:

www.reddit.com/r/ProgrammerHumor/comment...e_loop_instead_of_a/

y0u didn't see a thing!>!!> also i don't get the second thing? pretty sure a for loop is correct when you know the exact number of players are available. Correct me if i'm wrong doe :zarp: :zarp: :derp:
That's not how we do a for loop in lua buddy.
Try for in pairs players.GerAll()

frieendo, Java is king even if we're in gmod, i'm sorry brother :zarp: :zarp:

Java master race
public static boolean isBetter(String lang)
{
    if(lang == "Java")
    {
        return true;
    }

    return false;
}

I would but I'm currently coding on the forums, i don't have an IDE setup on this pc....
You don't need IDE setup to actually program.
U can use sublime and download a lint from github

If i'm speedprogramming to beat ecksnator i need every little keybind i can have. Sublime is cool but Eclipse is the shit!
  • catboy sven ツ
  • catboy sven ツ's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP
  • Respected Zarp Contributor
  • Posts: 7197
  • Thanks received: 1544
  • Karma: -45
ex-minecraft owner, zarp legend (Was there during the infancy of Zarp), ex-ssrp admin, ex-teamspeak emblem (For SSRP admin & minecraft owner)








Login or register to post a reply.
Time to create page: 0.133 seconds

173 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
4/127
online
Connect to server View Gametracker Deathrun
0/40
online
Connect to server View Gametracker TTT
0/47
online
Connect to server View Gametracker Bhop
1/32
online
Connect to server View Gametracker Surf
0/32
online
Connect to server View Gametracker Prop Hunt
0/42
online
Connect to server View Gametracker Sandbox
0/42
online
Connect to server Discord
168/913
online
Top