Thread: [Solved] question about ham_spawn
View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 07-23-2021 , 11:43   Re: question about ham_spawn
Reply With Quote #8

Quote:
Originally Posted by DJEarthQuake View Post
Try adding short task.
Code:
#include amxmodx #include hamsandwich public plugin_init()     RegisterHam(Ham_Spawn, "player", "player_spawn_post", 1) public player_spawn_post(id)     set_task(1.0, "@player_spawn_post", id) @player_spawn_post(id)     server_print "%n spawned",id
Why?
__________________
HamletEagle is offline