25.03.2010, 05:57
Quote:
|
Originally Posted by [NoTHiNG
]
Quote:
Code:
2. if(strcmp(cmd,"/stopani",true)==0)
3. {
4. if(IsPlayerConnected(playerid))
5. {
6. ClearAnimations(playerid);
7. }
8. return 1;
9. }
|


