I was scripting some robbing stuff on my gamemode.
Код:
if (strcmp(cmd, "/rob", true) ==0)
{
ApplyAnimation(playerid, "ROB_BANK", "CAT_Safe_Rob", 4.0, 1, 0, 0, 1, 0);
return 1;
}
What i want is that when i do /rob, a safe pops up and i'm robbing the safe.