26.03.2010, 20:52
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; } } |