A Little bit! help please =]!
#4

pawn Код:
if(!strcmp(cmd, "/rsuitcase", true))
    {
        if(IsPlayerConnected(playerid))
        {
            if(logeed[playerid])
            {
                if(dini_Int(File(playerid),"SuitCase") == 1)
                {
                    if(IsPlayerHoldingObject(playerid)) return StopPlayerHoldingObject(playerid);
                    PlayerInfo[playerid][suitcaseon] = 1;
                }
            }
        }
        return 1;
    }
Reply


Messages In This Thread
A Little bit! help please =]! - by Ben7544 - 03.04.2011, 19:44
Re: A Little bit! help please =]! - by linuxthefish - 03.04.2011, 19:46
Re: A Little bit! help please =]! - by Ben7544 - 03.04.2011, 19:48
Re: A Little bit! help please =]! - by aircombat - 03.04.2011, 21:09
Re: A Little bit! help please =]! - by Marricio - 03.04.2011, 21:16

Forum Jump:


Users browsing this thread: 2 Guest(s)