|
|
|
|
@ -59,10 +59,6 @@ if ((global.currentweapon == 1 && global.missiles > 0) || (global.currentweapon
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (global.currentweapon == 2 && global.smissiles == 0)
|
|
|
|
|
global.currentweapon = 1
|
|
|
|
|
if (global.currentweapon == 1 && global.missiles == 0)
|
|
|
|
|
global.currentweapon = 0
|
|
|
|
|
if (instance_exists(oClient) && missileX != 0 && missileY != 0)
|
|
|
|
|
{
|
|
|
|
|
if (ds_list_size(oClient.roomListData) > 0)
|
|
|
|
|
@ -91,5 +87,9 @@ if (instance_exists(oClient) && missileX != 0 && missileY != 0)
|
|
|
|
|
buffer_delete(missileBuffer)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (global.currentweapon == 2 && global.smissiles == 0)
|
|
|
|
|
global.currentweapon = 1
|
|
|
|
|
if (global.currentweapon == 1 && global.missiles == 0)
|
|
|
|
|
global.currentweapon = 0
|
|
|
|
|
if (global.semiauto == 1)
|
|
|
|
|
nofire = 1
|
|
|
|
|
|