View Single Post
  #1  
Old 05-12-2012, 01:01 AM
Fysez Fysez is offline
Banned
Join Date: Apr 2012
Posts: 89
Fysez has a little shameless behaviour in the past
Removing weapons on login?

How can I remove player weapons on login?
This is what I have, and it doesn't work:

PHP Code:
 function onActionServerSide() {
    
findPlayer.removeWeapon("bow");

Reply With Quote