Local Message after Command
#1

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 *

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);
    }
Reply


Messages In This Thread
Local Message after Command - by Jack- - 30.12.2010, 21:11
Re: Local Message after Command - by Toreno - 30.12.2010, 21:19
Re: Local Message after Command - by Jack- - 30.12.2010, 21:22
Re: Local Message after Command - by Toreno - 30.12.2010, 21:28
Re: Local Message after Command - by scripter1 - 30.12.2010, 21:31
Re: Local Message after Command - by admantis - 30.12.2010, 23:36

Forum Jump:


Users browsing this thread: 1 Guest(s)