09.06.2014, 01:38
I'm trying to do like the player is robbing and taking money from the safe
Code:
but i find the safe here
Code:
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid,x,y,z);
ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Rob",4.1,1,1,1,1,1);
SetPlayerAttachedObject(playerid, 3, 1550, 1, 0.1, -0.3, 0, 0, 40, 0, 1, 1, 1);
CreateObject(1829,x,y-1,z,180.0,0.0,94.0);
