public plugin_init() register_forward(FM_Spawn,"fw_PostSpawn",1) public fw_PostSpawn(id) { if(!is_user_connected(id)) return; // do stuff }