18.07.2009, 20:05
This is the pawno error
And this is the code itself
Could use some help here searched for some answers but nothing exactly helped me so.
Код:
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.
Код:
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.