Helló, mi lehet itt a warning oka?
C:\\Users\\Márió\\Desktop\\Really RolePlay\\gamemodes\\RRPG.pwn(15111) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
forward ArmorFrissit ( );
public ArmorFrissit ( )
{
for(new i; i < MAX_PLAYERS; i ++)
{
new Float:armour;
GetPlayerArmour(i, armour);
pInfo[pArmor] = armour;
}
return 1;
}
elõre is köszi