first my server gives specific weapons to each player depends on what class you have chosen and server has respawn.. what the plugins is supposed to do is when after player spawn it will detect what are the weapons of the player and if that has a weapon(like MP5) the
PHP Code:
public //commands..(id)
will run and if does not have those weapons the
PHP Code:
public //commands2..(id)
will run and these commands will run only on that player that is currently check that has these weapons(like MP5) or not..hope you understand
because i really want these to work..
__________________