The ungreatful tag mismatch
#1

This is the pawno error

Код:
C:\Users\PI\Desktop\Pawno\pawno\script.pwn(3165) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
And this is the code itself

Код:
if (strcmp(command, "/enter", true) == 0 && GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
	{
3165-->	if(PlayerToPoint(2.0,playerid, -2026.9370, 67.1545, 28.6916))
		{
			SetPlayerInterior(playerid,3);
			SetPlayerPos(playerid,1494.0132,1305.1205,1093.2891);
			SetPlayerVirtualWorld(playerid,1);
			return 1;
		}
		return 1;
	}

Could use some help here searched for some answers but nothing exactly helped me so.
Reply
#2

Код:
if(PlayerToPoint(playerid, -2026.9370, 67.1545, 28.6916, 2.0))
Reply
#3

/facepalm

Thank you.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)