View Single Post
  #1  
Old 06-27-2011, 05:16 PM
Trakan Trakan is offline
It's all about cats!
Trakan's Avatar
Join Date: Sep 2010
Location: France
Posts: 64
Trakan is an unknown quantity at this point
[Help]Hat weapon

Hello everybody , i'm new to GS2 and i try to make simple scripts for my server. I have started a hat weapon but it not work :/
Who can re-make it?
PHP Code:
// Scripted by *Trakan

//#CLIENTSIDE
function onWeaponFired() {
player.attr[1] = mattsmask1.png;
} 
Reply With Quote