Creating Stocks Is Giving Me errors
#2

pawn Код:
stock IsPlayerOwnedHouse(playerid)
{
    new pName[24];
    GetPlayerName(playerid,pName,sizeof(pName));
    if(HInfo[playerid][Owned] == 1 && strcmp(HInfo[playerid][Owner],pName) == 0)
    {
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Creating Stocks Is Giving Me errors - by Windrush - 18.12.2012, 09:30
Re: Creating Stocks Is Giving Me errors - by Konstantinos - 18.12.2012, 09:34
Re: Creating Stocks Is Giving Me errors - by Windrush - 18.12.2012, 09:39

Forum Jump:


Users browsing this thread: 1 Guest(s)