Problem | Command
#6

pawn Код:
if(strcmp(cmd, "/clothes", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
        if(PlayerInfo[playerid][pFaction] != 255 && DynamicFactions[PlayerInfo[playerid][pFaction]][fType] == 2)
        {
            if (PlayerToPoint(5.0, playerid,1158.2600,-1343.6401,2358.4517))
            {
                ShowMenuForPlayer(Clothes, playerid);
                TogglePlayerControllable(playerid, 0);
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
Problem | Command - by [Sk]Noob - 21.07.2009, 19:07
Re: Problem | Command - by Jefff - 21.07.2009, 19:09
Re: Problem | Command - by Pawno_Master - 21.07.2009, 19:10
Re: Problem | Command - by [Sk]Noob - 21.07.2009, 19:24
Re: Problem | Command - by Pawno_Master - 21.07.2009, 19:27
Re: Problem | Command - by MadeMan - 21.07.2009, 19:42
Re: Problem | Command - by [Sk]Noob - 21.07.2009, 19:43
Re: Problem | Command - by [Sk]Noob - 21.07.2009, 21:59

Forum Jump:


Users browsing this thread: 2 Guest(s)