Yom Button not showing up
#1

The buttons where you press F and the card sliding animation goes on, is not happening. The object it's self isn't there... Can someone help me out because I have literally no idea why this is happening or how this fully works.

Here is the code,
Код:
if(buttonid == chiefin || buttonid == chiefout)
	{
		if((Info[playerid][pRank] < 6 && Info[playerid][pMember] == 1) || Info[playerid][pMember] != 1)
		{
			SendClientMessageEx(playerid,COLOR_GREY,"Access Denied!");
			return 1;
		}
		MoveDynamicObject(chief1,228.0,119.50000000,1009.21875000,4);
		MoveDynamicObject(chief2,230.0,119.53515625,1009.21875000,4);
	    SetTimer("CloseChief", 2500, 0);
	}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)