30.12.2010, 21:11
How do i make it so that when i do /pass at this one place it sends a local message saying
Colour = Pink}* %Name% Has opened the door as %sex% passes through it *
Colour = Pink}* %Name% Has opened the door as %sex% passes through it *
pawn Код:
//pass command
if(strcmp(cmd, "/pass", true) == 0)
{
if (IsPlayerInRangeOfPoint(playerid, 3, 2592.5398,2801.1086,10.8203))
{// marshalls helipad enter
SafeSetPlayerPos(playerid, 2596.9297,2800.7661,10.8203);
}
else if (IsPlayerInRangeOfPoint(playerid, 3, 2596.9297,2800.7661,10.8203))
{// marshalls helipad exit
SafeSetPlayerPos(playerid, 2592.5398,2801.1086,10.8203);
}