View Single Post
  #4  
Old 08-30-2011, 01:58 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by blackbeltben View Post
PHP Code:
if (player.ani.starts == "servername_sword_")
{
 
scheduleEvent(0.05"onIs.hit"); 
This doesnt work
PHP Code:
if (player.ani.name.starts("servername_sword_")) 
Reply With Quote