View Single Post
  #3  
Old 03-25-2011, 02:44 AM
skillmaster19 skillmaster19 is offline
Registered User
Join Date: Oct 2010
Posts: 392
skillmaster19 will become famous soon enough
Quote:
Originally Posted by Twinny View Post
For future posts, try wrapping your code in PHP tags so it doesn't get so stretched and unreadable.

Anyhoo, it might be that player.ani isn't V5 friendly. I've always used TServerPlayer.setani(str, str) which should work fine in these instances

e.g.

PHP Code:
  player.setani("walk",""); 
for some reason player.setani("walk",""); doesn't work at all.
Reply With Quote