[AJUDA] Random (Tag Mismatch)
#1

Код:
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(19) : warning 213: tag mismatch
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(20) : warning 213: tag mismatch
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(21) : warning 213: tag mismatch
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(22) : warning 213: tag mismatch
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(23) : warning 213: tag mismatch
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(24) : warning 213: tag mismatch
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(25) : warning 213: tag mismatch
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(26) : warning 213: tag mismatch
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(27) : warning 213: tag mismatch
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(28) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


10 Warnings.
pawn Код:
new float:RandomSkinsMale[10][1] =
{
    {1},
    {2},
    {3},
    {4},
    {5},
    {6},
    {7},
    {8},
    {14},
    {15}
};

//-----

public OnPlayerSpawn(playerid)
{
    new rand = random(sizeof(RandomSkinsMale));
    {
        SetPlayerSkin(playerid, RandomSkinsMale[rand][0]);
        return 1;
    }
}
Como arrumar esses Warnings?
Reply


Messages In This Thread
[AJUDA] Funзгo nгo esta funcionando direito. - by Guilherme P. - 22.12.2011, 16:22
Re: [AJUDA] Random (Tag Mismatch) - by Hardware - 22.12.2011, 16:28
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 22.12.2011, 16:40
Re: [AJUDA] Random (Tag Mismatch) - by Hardware - 22.12.2011, 16:42
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 23.12.2011, 15:45
Re: [AJUDA] Random (Tag Mismatch) - by Cristhian - 23.12.2011, 15:58
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 23.12.2011, 16:04
Re: [AJUDA] Random (Tag Mismatch) - by rjjj - 23.12.2011, 16:10
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 23.12.2011, 16:46
Re: [AJUDA] Random (Tag Mismatch) - by rjjj - 23.12.2011, 17:24

Forum Jump:


Users browsing this thread: 2 Guest(s)