下面是引用 s091140 於 2014-08-04 15:27 發表的 [npc]很奇怪耶: 當玩家碰到觸手,就執行tentacle_dmg//////public fw_tentacle_touch(tentacle, id){ if(!pev_valid(tentacle)).......
下面是引用 s8720419 於 2014-08-04 15:42 發表的 : public tentacle_dmg(id){ if(!is_user_connected(id)) return if(is_user_alive(id)) { static Float:Velocity[3] pev(id, pev_velocity, velocity) velocity[2] += random_float(800.0, 1000.0); set_pev(id, pev_velocity, Velocity) }}