Playerrecievedmessage
#6

Quote:
Originally Posted by Drake1994
try this:

Код:
public liftcheck(playerid)
{
	if(IsPlayerInRangeOfPoint(playerid, 15, -2464.9296875,1522.9167480469,27.570457458496)){
		if(playerReceivedMessage[playerid] == 0)
			{
			SendClientMessage(playerid, 0x99FF66AA, "Use /lift to bring the lift up and /lift to take it back down");
			GameTextForPlayer(playerid, "/lift to bring the lift up and /lift to take it back down", 5000, 5);

			playerReceivedMessage[playerid] = 1;
		}
	} else {
		playerReceivedMessage[playerid] = 0;
	}
}
Reply


Messages In This Thread
Playerrecievedmessage - by cozza123456 - 25.03.2010, 18:58
Re: Playerrecievedmessage - by Drake1994 - 25.03.2010, 19:06
Re: Playerrecievedmessage - by Torran - 25.03.2010, 19:25
Re: Playerrecievedmessage - by cozza123456 - 25.03.2010, 19:33
Re: Playerrecievedmessage - by cozza123456 - 25.03.2010, 19:34
Re: Playerrecievedmessage - by MadeMan - 26.03.2010, 20:52

Forum Jump:


Users browsing this thread: 1 Guest(s)