Login to ZARP


TOPIC: @Captin

@Captin 7 years 1 month ago #797813

So if I'm unsure as to when a nuke will actually blow up because this happened to me multiple times, how do you suggest a user should fix this?
  • loxeo
  • loxeo's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • how do you do?
  • Posts: 657
  • Thanks received: 240
  • Karma: 8
The topic has been locked.
The following user(s) said Thank You: Jawson

@Captin 7 years 1 month ago #797815

loxeo wrote:
So if I'm unsure as to when a nuke will actually blow up because this happened to me multiple times, how do you suggest a user should fix this?


Pshhhh server sided timer is client side fuck off
  • Jawson
  • Jawson's Avatar
  • Offline
  • Community Manager
  • ZARP VIP Golden Blue Badge
  • Martin likes trains
  • Posts: 3027
  • Thanks received: 1940
  • Karma: 341
The topic has been locked.
The following user(s) said Thank You: loxeo

@Captin 7 years 1 month ago #797816

Let Jawson post hes on fire right now
  • Efraime
  • Efraime's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • Posts: 2071
  • Thanks received: 171
  • Karma: -46
The topic has been locked.

@Captin 7 years 1 month ago #797819

Just dont go on the server. Fixed!
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80

...
The topic has been locked.

@Captin 7 years 1 month ago #797820

DEADMONSTOR wrote:
Just dont go on the server. Fixed!

I was about to buy 20 booster packs :(
  • loxeo
  • loxeo's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • how do you do?
  • Posts: 657
  • Thanks received: 240
  • Karma: 8
The topic has been locked.
The following user(s) said Thank You: Jawson

@Captin 7 years 1 month ago #797821

DEADMONSTOR wrote:
Just dont go on the server. Fixed!

Good idea if no booster packs are purchased maybe they will wanna do the refund requests and value their players.
  • Jawson
  • Jawson's Avatar
  • Offline
  • Community Manager
  • ZARP VIP Golden Blue Badge
  • Martin likes trains
  • Posts: 3027
  • Thanks received: 1940
  • Karma: 341
The topic has been locked.

@Captin 7 years 1 month ago #797823

Jawson wrote:
DEADMONSTOR wrote:
Just dont go on the server. Fixed!

Good idea if no booster packs are purchased maybe they will wanna do the refund requests and value their players.

I don't quite get how that is 100% a clientside issue. The server had to send you the time it started hence the error in timing.
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80

...
The topic has been locked.
The following user(s) said Thank You: pigskin, loxeo

@Captin 7 years 1 month ago #797824

We could of got raeker, but no we got this guy.
  • Jeppe
  • Jeppe's Avatar
  • Offline
  • Banned
  • ZARP VIP Gold Badge
  • Martyr!
  • Posts: 3200
  • Thanks received: 1154
  • Karma: 16

Studio Banter wrote:
Mage you will always be remembered as the first person to write a fuck you list on Zarp and a bonus for not getting it deleted.
The topic has been locked.
The following user(s) said Thank You: Nafe, loxeo, Jawson

@Captin 7 years 1 month ago #797825

DEADMONSTOR wrote:
Jawson wrote:
DEADMONSTOR wrote:
Just dont go on the server. Fixed!

Good idea if no booster packs are purchased maybe they will wanna do the refund requests and value their players.

I don't quite get how that is 100% a clientside issue. The server had to send you the time it started hence the error in timing.

Exactly you get it daddy
  • Jawson
  • Jawson's Avatar
  • Offline
  • Community Manager
  • ZARP VIP Golden Blue Badge
  • Martin likes trains
  • Posts: 3027
  • Thanks received: 1940
  • Karma: 341
The topic has been locked.

@Captin 7 years 1 month ago #797828

Jawson wrote:
DEADMONSTOR wrote:
Jawson wrote:
DEADMONSTOR wrote:
Just dont go on the server. Fixed!

Good idea if no booster packs are purchased maybe they will wanna do the refund requests and value their players.

I don't quite get how that is 100% a clientside issue. The server had to send you the time it started hence the error in timing.

Exactly you get it daddy

Pro codes to fix 4 chutes
// Client

net.Receive("StartNuke" , function()
	local timerStart = net.ReadInt(32)
	
	local timeleft = CurTime() - timerStart
end)

//Server

// NUKE IS STARTING FUCCCKKK

util.AddNetworkString("StartNuke")
net.Start("StartNuke")
	net.WriteInt(CurTime(), 32)
net.Broadcast()
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80

...
Last Edit: 7 years 1 month ago by DEADMONSTOR. Reason: Fuck networking strings
The topic has been locked.
The following user(s) said Thank You: EiPUS, MichaeI, Jawson

@Captin 7 years 1 month ago #797841

DEADMONSTOR wrote:
Jawson wrote:
DEADMONSTOR wrote:
Jawson wrote:
DEADMONSTOR wrote:
Just dont go on the server. Fixed!

Good idea if no booster packs are purchased maybe they will wanna do the refund requests and value their players.

I don't quite get how that is 100% a clientside issue. The server had to send you the time it started hence the error in timing.

Exactly you get it daddy

Pro codes to fix 4 chutes
// Client

net.Receive("StartNuke" , function()
	local timerStart = net.ReadInt(32)
	
	local timeleft = CurTime() - timerStart
end)

//Server

// NUKE IS STARTING FUCCCKKK

util.AddNetworkString("StartNuke")
net.Start("StartNuke")
	net.WriteInt(CurTime(), 32)
net.Broadcast()


This is the exact way it works currently B)
  • Chuteuk
  • Chuteuk's Avatar
  • Offline
  • Community Owner
  • ZARP VIP Golden Blue Badge
  • ZARP Owner
  • Posts: 3476
  • Thanks received: 5092
  • Karma: 958
The topic has been locked.

@Captin 7 years 1 month ago #797845

fucking shitpost @chute
  • Jawson
  • Jawson's Avatar
  • Offline
  • Community Manager
  • ZARP VIP Golden Blue Badge
  • Martin likes trains
  • Posts: 3027
  • Thanks received: 1940
  • Karma: 341
Last Edit: 7 years 1 month ago by Jawson. Reason: fuck you
The topic has been locked.

@Captin 7 years 1 month ago #797846

Chuteuk wrote:
DEADMONSTOR wrote:
Jawson wrote:
DEADMONSTOR wrote:
Jawson wrote:
DEADMONSTOR wrote:
Just dont go on the server. Fixed!

Good idea if no booster packs are purchased maybe they will wanna do the refund requests and value their players.

I don't quite get how that is 100% a clientside issue. The server had to send you the time it started hence the error in timing.

Exactly you get it daddy

Pro codes to fix 4 chutes
// Client

net.Receive("StartNuke" , function()
	local timerStart = net.ReadInt(32)
	
	local timeleft = CurTime() - timerStart
end)

//Server

// NUKE IS STARTING FUCCCKKK

util.AddNetworkString("StartNuke")
net.Start("StartNuke")
	net.WriteInt(CurTime(), 32)
net.Broadcast()


This is the exact way it works currently B)
Gotta make it so it updates in sync correctly with the server when a client joins DURING the nuclear launch, that's the issue I believe as it happened to me before :(
  • Clarky
  • Clarky's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Gold Badge
  • I love Henny
  • Posts: 16879
  • Thanks received: 9608
  • Karma: 983
The topic has been locked.

@Captin 7 years 1 month ago #797848

This is what it does currently and has been extensively tested. If a client joins during the Nuke the time left on the timer will be sent instead of the full time. If a client has sync issues it could cause the timer to appear incorrectly only on their client.
  • Chuteuk
  • Chuteuk's Avatar
  • Offline
  • Community Owner
  • ZARP VIP Golden Blue Badge
  • ZARP Owner
  • Posts: 3476
  • Thanks received: 5092
  • Karma: 958
The topic has been locked.

@Captin 7 years 1 month ago #797851

Chuteuk wrote:
This is what it does currently and has been extensively tested. If a client joins during the Nuke the time left on the timer will be sent instead of the full time. If a client has sync issues it could cause the timer to appear incorrectly only on their client.

so like every few people have a shit client then?
  • Jawson
  • Jawson's Avatar
  • Offline
  • Community Manager
  • ZARP VIP Golden Blue Badge
  • Martin likes trains
  • Posts: 3027
  • Thanks received: 1940
  • Karma: 341
The topic has been locked.

@Captin 7 years 1 month ago #797856

Chuteuk wrote:
This is what it does currently and has been extensively tested. If a client joins during the Nuke the time left on the timer will be sent instead of the full time. If a client has sync issues it could cause the timer to appear incorrectly only on their client.

Well my question still stands I guess, this doesn't happen 99% of the time on anyone's client but can we just chalk that up to pure chance?

zarpgaming.com/index.php/forum/server-is...-eipus-ssrp?start=30

Also how did this get refunded, can't only you and emp refund? So para had to contact you?
  • loxeo
  • loxeo's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • how do you do?
  • Posts: 657
  • Thanks received: 240
  • Karma: 8
The topic has been locked.

@Captin 7 years 1 month ago #797946

I think he should just be fucking refunded as it was clearly out of his control lol, how you gonna make him wait 5 months and then deny it?
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 18719
  • Thanks received: 8636
  • Karma: -377
The topic has been locked.

@Captin 7 years 1 month ago #797951

It has been explained many times by myself and chute as to why he won't receive a refund. We would appreciate it if this was left as the outcome won't be changed.
  • CaptinF1rework
  • CaptinF1rework's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Gold Badge
  • Valar Dohaeris
  • Posts: 1433
  • Thanks received: 1071
  • Karma: 9
The topic has been locked.

Time to create page: 0.319 seconds

144 PLAYERS ONLINE

Connect to server DarkRP 1
4/127
Online
Connect to server Deathrun
0/40
Online
Connect to server TTT
0/47
Online
Connect to server Bhop
0/32
Online
Connect to server Surf
5/32
Online
Connect to server Prop Hunt
0/42
Online
Connect to server Sandbox
0/42
Online
Connect to server Discord
135/970
Online
Top