stock IsPlayerOG
#5

Quote:
Originally Posted by samtey
Посмотреть сообщение
No man, I want it as stock!

'Cause I will need it later for my businesses! For example:
if(IsPlayerOG)
then the business can be bought
pawn Код:
new bool:IsPlayerOG[MAX_PLAYERS];

CMD:buybusiness(playerid,params[])
{
    if(IsPlayerOG[playerid])
    {
        //Buy business thinghy
    }
    return 1;
}
Reply


Messages In This Thread
stock IsPlayerOG - by samtey - 05.09.2011, 10:51
Re: stock IsPlayerOG - by =WoR=Varth - 05.09.2011, 10:54
AW: stock IsPlayerOG - by samtey - 05.09.2011, 10:56
Re: stock IsPlayerOG - by PrawkC - 05.09.2011, 11:01
Re: AW: stock IsPlayerOG - by =WoR=Varth - 05.09.2011, 11:01
AW: stock IsPlayerOG - by samtey - 05.09.2011, 11:07
Re: AW: stock IsPlayerOG - by =WoR=Varth - 05.09.2011, 11:12
Re: stock IsPlayerOG - by =WoR=Varth - 05.09.2011, 11:36
Re: stock IsPlayerOG - by Basicz - 05.09.2011, 13:21
Re: stock IsPlayerOG - by Kingunit - 05.09.2011, 13:35

Forum Jump:


Users browsing this thread: 1 Guest(s)