Code:
public stripwepstask(id)
{
set_task(1.0,"stripweps",3424+id)
return PLUGIN_CONTINUE
}
public stripweps(id)
{
strip_user_weapons(id-3424)
return PLUGIN_CONTINUE
}
Why do you need the number '3424'? Just curious as i'm learning, why not use just 'id'?
__________________