25.03.2010, 04:30
Quote:
Originally Posted by $Fl@Ke$
Quote:
![]() |
Code:
2. if(strcmp(cmd,"/stopani",true)==0) 3. { 4. if(IsPlayerConnected(playerid)) 5. { 6. ClearAnimations(playerid); 7. } 8. return 1; 9. }
Originally Posted by $Fl@Ke$
Quote:
![]() |
2. if(strcmp(cmd,"/stopani",true)==0) 3. { 4. if(IsPlayerConnected(playerid)) 5. { 6. ClearAnimations(playerid); 7. } 8. return 1; 9. }