Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Delphi by registered user coolant ( 15 years ago )
// bot_physics;
type
TAddParticle = procedure (Xpos, Ypos, Xvel, Yvel: Double;long:boolean); register;
const
AddParticle: TAddParticle = Pointer(PCardinal($АДРЕС_ПЕРМЕМЕННОЙ_ParticleEngine)^ + $СМЕЩЕНИЕ);
// bot_console;
if (par1='test1') then
begin
AddParticle(players[0].x,players[0].y,(Random(4) -2) / 5,(Random(4) -2) / 5,true);
end;
Revise this Paste