Problem with stocks
#1


On the screenshot a little part of all my errors. All of them caused by stocks. But every stock is inlcluded in GM. I have never had this problem before. How can I solve it?
Reply
#2

Post your stocks.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)