Tag Mismatch
#1

Tag Mismatch.

Код:
public OnPlayerSpawn(playerid)
{
   	if(gPlayerLogged[playerid] == 0)
	{
        SCM(playerid,COLOR_LIGHTBLUE,"You have to login before you spawn.");
		return Kick(playerid);
	}
    new name[MAX_PLAYER_NAME], file[256];
    GetPlayerName(playerid, name, sizeof(name));
    format(file, sizeof(file), SERVER_USER_FILE, name);

    SetPlayerPos(playerid, dini_Float(file, "PosX"), dini_Float(file, "PosY"), dini_Float(file, "PosZ"));
    SetPlayerFacingAngle(playerid, dini_Float(file, "PosAngle"));
    SetPlayerScore(playerid, dini_Float(file, "Level"));
    SetPlayerHealth(playerid, dini_Float(file, "Health"));
    SetPlayerArmour(playerid, dini_Float(file, "Armour"));
    SendClientMessage(playerid, COLOR_YELLOW, "Welcome to East Side Roleplay, script last edited on Monday 10 October 2011");

   	if(PlayerInfo[playerid][pSkin] != 0)
	{
		return SetPlayerSkin(playerid, dini_Int(file, "Skin"));
	}
	return 1;
}

Код:
C:\Users\Bart\Downloads\samp03csvr_R2-2_win32\gamemodes\esrp.pwn(318) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Reply


Messages In This Thread
Tag Mismatch - by ImprezBart - 10.10.2011, 10:02
Re: Tag Mismatch - by Jason_Thunde - 10.10.2011, 10:09
Re: Tag Mismatch - by ImprezBart - 10.10.2011, 10:11
Re: Tag Mismatch - by [DK]Dark_Knight - 10.10.2011, 10:13
Re: Tag Mismatch - by [Diablo] - 10.10.2011, 10:17
Re: Tag Mismatch - by [MG]Dimi - 10.10.2011, 10:17
Re: Tag Mismatch - by ImprezBart - 10.10.2011, 10:19
Re: Tag Mismatch - by [DK]Dark_Knight - 10.10.2011, 10:19
Re: Tag Mismatch - by ImprezBart - 10.10.2011, 10:22
Re: Tag Mismatch - by [DK]Dark_Knight - 10.10.2011, 10:23

Forum Jump:


Users browsing this thread: 2 Guest(s)