Quote:
Originally Posted by arkshine
How is set the the set_task() ?
|
player_id[0] = TASK_ID
set_task(get_pcvar_float(g_c4Wait), "plant_enable", TASK_ID, player_id, 1)
Quote:
Originally Posted by danielkza
You can use HamSandwich and hook. AddPlayerItem
|
error 088: number of arguments does not match definition
PHP Code:
RegisterHam(Ham_AddPlayerItem,"fwAddPlayerItem")
Quote:
Originally Posted by zwfgdlc
PHP Code:
public event_bomb_pickup(id) { if(task_exists(TASK_ID)) { client_print(id, print_chat, "Planting Disabled") cs_set_user_bpammo(id,CSW_C4,0) cs_set_user_plant(id, 0, 0) }
}
|
Didnt work