View Single Post
  #4  
Old 02-23-2004, 09:40 AM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
****y:
if(hasweapon(weaponname)){
}
Sorry double posted, here

if(!hasweapon(weaponname)){
addweapon namehere; //serverside
}

If they don't have the weapon it will add it.
__________________
V$:CONFL16T

Last edited by WanDaMan; 02-23-2004 at 02:58 PM..
Reply With Quote