26.06.2012, 16:57
Hi,
Is there anybody, who knows a robbery animation, if there are. Please reply with the code thanks
Is there anybody, who knows a robbery animation, if there are. Please reply with the code thanks
CMD:robman(playerid, params[])
{
ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 1, 0, 0, 0, 0); // Rob
return 1;
}
CMD:clearanims(playerid,params[])
{
ClearAnimations(playerid);
return 1;
}