09.11.2013, 19:05
intentalo asi:
pawn Код:
if(strcmp(cmd, "/seсagang6", true) == 0){
ApplyAnimation(playerid, "GHANDS", "gsign3LH", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp(cmd, "/seсagang7", true) == 0){
ApplyAnimation(playerid, "GHANDS", "gsign4", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp(cmd, "/seсagang8", true) == 0){
ApplyAnimation(playerid, "GHANDS", "gsign4LH", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp(cmd, "/seсagang9", true) == 0){
ApplyAnimation(playerid, "GHANDS", "gsign5", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp(cmd, "/seсagang10'", true) == 0){
ApplyAnimation(playerid, "GHANDS", "gsign5LH", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp(cmd, "/deteneranim", true) == 0) {
ClearAnimations(playerid);
return 1;
}