[Ajuda] warning 209: function "IA_GameTextForPlayer" should return a value
#5

Creio que й isso '-'
PHP код:
stock IA_GameTextForPlayer(playerid,string[],time,style)
{
    if(
playerid != INVALID_PLAYER_ID)
    {
        for(new 
0strlen(string); ++i)
        {
            for(new 
0sizeof(arrCharacters); ++j)
            {
                if(
string[i] == arrCharacters[j][0])
                {
                    
string[i] = arrCharacters[j][1];
                }
            }
        }
    }
    
GameTextForPlayer(playerid,string,time,style);
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)