0 Members and 1 Guest are viewing this topic.
sry, mb i missed smth in that life but does procedure ForwardClient works in 2.6.5 ?? that procedure seems to be crashed O_o
21:39:32 › xmRipper: I think StartVoteMap function doesn't work on dedicated 265. Can anyone test it?21:42:35 › Curt`: agreed
StartVoteMap function doesn't work.Quote21:39:32 › xmRipper: I think StartVoteMap function doesn't work on dedicated 265. Can anyone test it?21:42:35 › Curt`: agreed
Nothing has ever been added to remove alpha from the console, as far as I can remember Alpha had never worked with the console anyway
procedure OnWeaponChange(ID, PrimaryNum, SecondaryNum: Byte);begin if (PrimaryNum <> 255) then ForceWeapon(ID, 255, 255, 0);end;
idk about GetPlayerstat(id, 'Ammo); but Forceweapon() is fixed, yes
Last year, I dreamt I was pissing at a restroom, but I missed the urinal and my penis exploded.
function OnPlayerDamage(Victim, Shooter: Byte; Damage: Integer):Integer;begin Result:=0;end;
Code: [Select]function OnPlayerDamage(Victim, Shooter: Byte; Damage: Integer):Integer;begin Result:=0;end;This works with deadly polygon, but always cause damage with flamer and hurts polygons.God mode in climb don't work
Try Result := -Damage;This may work.
Strange. Didn't know that it's not like in pascal...
It technically isn't even pascal...it's a weird perversion of Delphi, which in itself is a weird perversion of Object Pascal.