LSPD door not moving.
#1

Hello, in my server, the LSPD, FBI doors are not moving at all.
http://prntscr.com/40xa3k

Код HTML:
public OnPlayerPressButton(playerid, buttonid)
{
	// LSPD
   	if(buttonid == lspdcopsonly)
    {
	    if(PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pLeader] == 2 || PlayerInfo[playerid][pFaction] == 1 || PlayerInfo[playerid][pFaction] == 2 || PlayerInfo[playerid][pFaction] == 5)
		{
				DoorOpen(playerid);
				SetTimer("DoorClose", 4000, 0);
		}
		else
		{
			SendClientMessage(playerid, COLOR_GREY, "   You're not a Cop / FBI!");
		}

	}
   	if(buttonid == lspdeveryone)
    {

		DoorOpen(playerid);
		SetTimer("DoorClose", 3500, 0);

	}
What can i do? im newbie on pawno
Reply


Messages In This Thread
LSPD door not moving. - by davidstyle1125 - 09.07.2014, 11:20
Re: LSPD door not moving. - by AIped - 09.07.2014, 11:24
Re: LSPD door not moving. - by davidstyle1125 - 09.07.2014, 11:48
Re: LSPD door not moving. - by AIped - 09.07.2014, 11:55
Re: LSPD door not moving. - by Cena44 - 09.07.2014, 13:17
Re: LSPD door not moving. - by alanhutch - 09.07.2014, 13:59

Forum Jump:


Users browsing this thread: 1 Guest(s)