Re: Release Project Blackout pvp emulator with source 8 x 8
Re: Release Project Blackout pvp emulator with source 8 x 8
I can't enter to inventory and shop
Anyone can help me ?
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
Ingrilli Samuel
can you share opcode :?:
Re: Release Project Blackout pvp emulator with source 8 x 8
Fix for Win % Lose
SM_BATTLE_END
change this line: writeC(this.room.getRedKills() > this.room.getBlueKills() ? 0 : 1);
with this: if (this.room.getBlueKills() > this.room.getRedKills()) { writeC(1);
} else {
writeC(0);
} writeH(383);
writeH(266);
:lol: Have Fun!
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
LegendOfCr33D
Fix for Win % Lose
SM_BATTLE_END
change this line: writeC(this.room.getRedKills() > this.room.getBlueKills() ? 0 : 1);
with this: if (this.room.getBlueKills() > this.room.getRedKills()) { writeC(1);
} else {
writeC(0);
} writeH(383);
writeH(266);
:lol: Have Fun!
your fix is wrong, now always red team wins
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
Bola
your fix is wrong, now always red team wins
so how where do I get the correct score ?
Please Help:?:
Re: Release Project Blackout pvp emulator with source 8 x 8
hi guys, anyone can help me to play with friends? i compiled the server and it works but what config i must use in lwsi_En and in lwsi_En_Live files? and what config must use my friends? i opened that files with configeditor and there is a 4 ip in lwsi_En and 4 ip in lwsi_En_Live. which ip i must change to my? sorry for my bad english(((
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
LegendOfCr33D
Fix for Win % Lose
SM_BATTLE_END
change this line: writeC(this.room.getRedKills() > this.room.getBlueKills() ? 0 : 1);
with this: if (this.room.getBlueKills() > this.room.getRedKills()) { writeC(1);
} else {
writeC(0);
} writeH(383);
writeH(266);
:lol: Have Fun!
The code works if you're in the red player, if the player blue in the code does not work !!!
thank you, and please answer
writeC(this.room.getRedKills() > this.room.getBlueKills() ? 0 : 0); // Redteam Win
writeC(this.room.getRedKills() < this.room.getBlueKills() ? 0 : 0); // Blueteam Win
writeC(this.room.getRedKills() == this.room.getBlueKills() ? 0 : 0); // Team Draw
or
writeC(0) // Redteam Win
writeC(1) // Blueteam Win
writeC(2) // Team Draw
https://www.facebook.com/virgan1st
Re: Release Project Blackout pvp emulator with source 8 x 8
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
Karenjan99
hi guys, anyone can help me to play with friends? i compiled the server and it works but what config i must use in lwsi_En and in lwsi_En_Live files? and what config must use my friends? i opened that files with configeditor and there is a 4 ip in lwsi_En and 4 ip in lwsi_En_Live. which ip i must change to my? sorry for my bad english(((
you must edit the ip (hamachi) for joint,
and you have to build
after that you have to edit in the config folder PB
for further contact my fb: https://www.facebook.com/virgan1st
Re: Release Project Blackout pvp emulator with source 8 x 8
#####################################
Re: Release Project Blackout pvp emulator with source 8 x 8
he already teach, you know English?
Re: Release Project Blackout pvp emulator with source 8 x 8
I understand english lol but i asked for he healp for this error
Code he add don't Work
see
http://i.imgur.com/MPtC69h.jpg
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
pan03
you call the method 6 times
the right way is you store a private int and the make if x = y
int = 1 or 2 or 0 and then call
writeC(nameofint);
Re: Release Project Blackout pvp emulator with source 8 x 8
you can ex image?
teaching but when try add code he can't build