SA-MP Forums Archive
Safe robbing emote? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Safe robbing emote? (/showthread.php?tid=454353)



Safe robbing emote? - JeroenX - 28.07.2013

Hello,

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;
	}
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.