ZfsrGhS953 / Petridish-Ogar

Want to make an agario clone that'll have lots of custom modes, good physics and won't lag like hell? Petridish Ogar is for you!
7 stars 4 forks source link

ZfsrGhS953 HELP ME #15

Open PsycoYT opened 7 years ago

PsycoYT commented 7 years ago

how to put a clan above of the name ? like clan-word extension

ZfsrGhS953 commented 7 years ago

It depends on what client you're using

PsycoYT commented 7 years ago

this client , please help me :( please please

can give you credits and a link to your github account on my agar if you want

PsycoYT commented 7 years ago

help me please @ZfsrGhS953

PsycoYT commented 7 years ago

for (var char, clan = "";;) { // nick name char = view.getUint16(offset, true); offset += 2; if (0 == char) break; clan += String.fromCharCode(char); } for (var char, name = "";;) { // nick name char = view.getUint16(offset, true); offset += 2; if (0 == char) break; name += String.fromCharCode(char); }

what is the error in that code? help me @ZfsrGhS953

ZfsrGhS953 commented 7 years ago

I don't see any errors there.

RelTakeover commented 7 years ago

@ZfsrGhS953 you can help me to create clan above the name with that client?