09.11.2013, 19:06
Quote:
pawn Код:
if(strcmp(cmd, "/seсagang1", true) == 0) {
ApplyAnimation(playerid, "GHANDS", "gsign1", 4.0, 1, 0, 0, 0, 0);
}
if(strcmp(cmd, "/seсagang2", true) == 0) {
ApplyAnimation(playerid, "GHANDS", "gsign1LH", 4.0, 1, 0, 0, 0, 0);
}
if(strcmp(cmd, "/seсagang3", true) == 0) {
ApplyAnimation(playerid, "GHANDS", "gsign2", 4.0, 1, 0, 0, 0, 0);
}
if(strcmp(cmd, "/seсagang4", true) == 0) {
ApplyAnimation(playerid, "GHANDS", "gsign2LH", 4.0, 1, 0, 0, 0, 0);
}
if(strcmp(cmd, "/seсagang5", true) == 0)
ApplyAnimation(playerid, "GHANDS", "gsign3", 4.0, 1, 0, 0, 0, 0);
}