View Single Post
  #1  
Old 08-30-2011, 04:43 PM
Entrok Entrok is offline
Registered User
Join Date: Sep 2009
Location: Sweden
Posts: 51
Entrok is on a distinguished road
Send a message via MSN to Entrok
In onCreated put:

PHP Code:
this.ganiname "servername_sword_"
then use

PHP Code:
if (player.ani == this.ganiname "whatever")
{
  
// script

Reply With Quote