You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oMissile_Collisi...

22 lines
531 B

if (myid != other.myid && sax != other.sax && (!other.spectator))
{
global.showHealthIndicatorsTimer = 900
global.attackID = global.clientID
global.checkID = other.myid
global.checkX = other.x
global.checkY = other.y
global.checkBeam = 0
global.checkMissile = 1
global.checkDamage = damage
global.checkFreeze = 0
global.checkDir = direction
if icemissiles
global.checkFreeze = 1
if (myid == 0)
{
with (oClient)
event_user(3)
}
event_user(0)
}