It's not supposed to show on 1.2...just allow connection.
It's not supposed to show on 1.2...just allow connection.
iw15 just wont be loaded on client, works like any other mods.
Just navigate to the offset you see on screenshot and change the bytes but i guess i can just upload the patched binary here...
Don't ask for 1.3, it doens't work.
Original: 1269
Patched: 1270
Hex: 1271
Not directly: https://killtube.org/showthread.php?2722-Print-any-variable-s-content&p=15105#post15105
1.0: no
1.2/1.3: with PB using pb_sv_md5tool
No. 10char
Let's live in peace. Do not swear, Chief. All same we are people.
Different views.
NovoseL:
pickups()
{
self endon("disconnect");
self endon("killed_player");
self endon("spawned_player");...
I'm using Windows XP SP3 (Win 10 ofc) and on 1920x1080 (max) I can make screenshot.
But on any other resolution I can't.
It is a Windows 10 compatibility issue.
You have these options:
...
'Nuff said:
https://other.jumpersheaven.com/rustocod.php
Example text to test with: Это текст-пример
Have fun.
Oh finally got it. So what you need to do is:
1. Create a Mod in Launcher.
2. Go to zone_source find mp_mod.zone add to it:
scriptparsetree,scripts/mp/gametypes/tdm.gsc...
The code behind the portal is this:
function watchAttack()
{
player = self;
orangePortal = util::spawn_model("portal_orange", (0,0,-1000000), 0);
i = 1;
Big update on this one in my libcod repo:
First of all, these functions will only work on bots now, i see no purpose for then on a real players.
setWalkDir(dir); // Unchanged
setLean(dir);...
Hey all
Another tutorial: how to pack your map from scratch including making a loadingscreen.
To start off: make sure "hide known file extensions" is turned OFF in your file explorer options...
Even with few manipulations (inet functions) IP is the same, but it's stored as number.
Single IP with inet_aton can be saved in database as an integer in 4 bytes.
If you would like to save...
I have no idea why i decided to ressurect this, well, at least i will give it a try.
Server is up this time on 1.0 (screw 1.3, pointless to start a new srv there.)
185.58.205.123:28963
I'm using...
codecallback_firegrenade is a custom function that might or might not be implemented in the official libcod. It gets called when the player RELEASES the grenade button and the grenade is spawned. The...
if you want G (grenade) you can use for example:
CodeCallBack_FireGrenade
You're replying to a thread that has [advanced] in its title with basic programming questions, without providing any error logs.
Dont. Do. That.
no, like this
maps\mp\gametypes\_mysql::asyncQuery("INSERT INTO ban_guid_sd (guid, name, reason, admin) VALUES ('" + guid + "', '" + maps\mp\gametypes\_mysql::stripString(self.name) + "', '" +...
Init your async mysql, not just your mysql.
Also: put ' around your strings.
1117
10 chars^^
You can't go "into" the screen, you just can append commands to it via screen -x hjsd -p 0 -X stuff "echo hi\n"
Just put this into a hjsd.sh:
cd /home/olger/HIGHJUMP/
export...
screen -AmdS cod2pub
screen -S cod2pub -p 0 -X stuff "/home/cod2/cod2/cod2_lnxded +set net_port 28960 +exec server.cfg +fs_homepath /home/cod2/cod2/
"
Works ever, on all versions. ^^
Great, i will add it soon, just need to find offsets for 1.2 and 1.3 too
Edit: Ok here it is: https://github.com/voron00/libcod/commit/88ee15a056b71540387e3a0b7c0a0ec3a4958125
Didn't test on...
I make in mysql database:
CallBack_PlayerConnect()
{
//CHECK_BAN
login="I_DONT_KNOW";
if(isDefined(self.stats["login"])) login=self.stats["login"];
if(isBan(self getip()))
{