Symbol is assigned..
#9

Thanks, that worked.. and while we are at it, I get a tag mismatch now.

pawn Code:
if(strcmp(cmd, "/searchshoe", true) == 0)
    {
        if(IsPlayerInRangeOfPoint(playerid, 15, -437.0859,850.9317,1.3435))
        {
            new shoe = random(2)+1;

            if(shoe == 1)
            {
                ShoeInfo[playerid][pShoe] = 1;
                PlayerActionMessage(playerid,15.0,"starts looking for a shoe.");
               
            }
            else
            {
                new healthhh;
             
                GetPlayerHealth(playerid, healthhh),SetPlayerHealth(playerid, healthhh-10);
            }

        }
        return 1;
    }
Reply


Messages In This Thread
Symbol is assigned.. - by Galcio - 21.06.2010, 07:42
Re: Symbol is assigned.. - by Cameltoe - 21.06.2010, 07:45
Re: Symbol is assigned.. - by Niixie - 21.06.2010, 07:46
Re: Symbol is assigned.. - by Galcio - 21.06.2010, 07:47
Re: Symbol is assigned.. - by Lorenc_ - 21.06.2010, 07:47
Re: Symbol is assigned.. - by ledzep - 21.06.2010, 07:50
Re: Symbol is assigned.. - by Galcio - 21.06.2010, 07:51
Re: Symbol is assigned.. - by DJDhan - 21.06.2010, 07:59
Re: Symbol is assigned.. - by Galcio - 21.06.2010, 08:31
Re: Symbol is assigned.. - by Cameltoe - 21.06.2010, 08:37

Forum Jump:


Users browsing this thread: 1 Guest(s)