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