Problem with stocks
#3

Quote:
Originally Posted by NoahF
Посмотреть сообщение
Post your stocks.
As an example
PHP код:
stock GPN(playerid)
{
    new 
name[MAX_PLAYER_NAME];
    
GetPlayerName(playeridnamesizeof(name));
    return 
name;
}
stock SendAdminMessage(colorstring[])
{
    for(new 
0GetMaxPlayers(); i++)
    {
        if(
IsPlayerConnected(i))
        {
            if(
Player[i][pAdmin] >= 1SendClientMessage(icolorstring);
        }
    }

Reply


Messages In This Thread
Problem with stocks - by Cliffka - 21.06.2013, 11:37
Re: Problem with stocks - by NoahF - 21.06.2013, 11:37
Re: Problem with stocks - by Cliffka - 21.06.2013, 11:39

Forum Jump:


Users browsing this thread: 1 Guest(s)