IsPlayerInRangeOfPoint Doesnt work -_-
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/buyweaps", true))
    {
        if(IsPlayerInRangeOfPoint(playerid, 100.0, 292.2005,-35.0779,1001.5156))
        {
        SendClientMessage(playerid,0xFFFFFFf,"Working...");
        }
        else
        {
            SendClientMessage(playerid, 0xFFFFFFAA,"you must in the ammunation store!");
        }
    }
    return 1;
}
EDITED
Reply


Messages In This Thread
IsPlayerInRangeOfPoint Doesnt work -_- - by leingod - 24.06.2011, 18:48
Re: IsPlayerInRangeOfPoint Doesnt work -_- - by =WoR=Varth - 24.06.2011, 18:51
Re: IsPlayerInRangeOfPoint Doesnt work -_- - by DaRealz - 24.06.2011, 18:51
Re: IsPlayerInRangeOfPoint Doesnt work -_- - by leingod - 24.06.2011, 18:53
Re: IsPlayerInRangeOfPoint Doesnt work -_- - by =WoR=Varth - 24.06.2011, 18:54
Re: IsPlayerInRangeOfPoint Doesnt work -_- - by leingod - 24.06.2011, 18:55
Re: IsPlayerInRangeOfPoint Doesnt work -_- - by leingod - 24.06.2011, 18:59
Re: IsPlayerInRangeOfPoint Doesnt work -_- - by Iphone1234g - 24.06.2011, 18:59
Re: IsPlayerInRangeOfPoint Doesnt work -_- - by =WoR=Varth - 24.06.2011, 18:59
Re: IsPlayerInRangeOfPoint Doesnt work -_- - by Iphone1234g - 24.06.2011, 19:36

Forum Jump:


Users browsing this thread: 1 Guest(s)