Jump to content
  • 0

warn uri


gabydemocray

Question

F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(41997) : warning 213: tag mismatch
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(42002) : warning 213: tag mismatch
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(42040) : warning 213: tag mismatch
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(42056) : warning 213: tag mismatch
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(46910) : warning 235: public function lacks forward declaration (symbol "ResetRoadblockTimer")
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(46916) : warning 235: public function lacks forward declaration (symbol "RemoveRoadblock")
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(46928) : warning 213: tag mismatch
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(46929) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

Header size:           9636 bytes
Code size:          1938512 bytes
Data size:          9204636 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4123 cells (16492 bytes)
Total requirements:11169168 bytes

8 Warnings.
Liniile: 41997:
		if (PlayerInfo[playerid][pRoadblock] != 0) return SendClientMessage(playerid, COLOR_GREY, "You can only deploy 1 roadblock at a time, type /rrb to remove your existing one.");
42002
	PlayerInfo[playerid][pRoadblock] = CreateObject(981, X, Y, Z, 0.0, 0.0, A+180);
42040
		if (PlayerInfo[playerid][pRoadblock] == 0)
42056
if(PlayerInfo[i][pRoadblock] != 0)
46910 public ResetRoadblockTimer()
{
	roadblocktimer = 0;
	return 1;
}
46916:public RemoveRoadblock(playerid)
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			if(PlayerInfo[i][pMember] == 1 || PlayerInfo[i][pLeader] == 1)
			{
				DisablePlayerCheckpoint(i);
			}
		}
	}
46928	DestroyObject(PlayerInfo[playerid][pRoadblock]);
46929	PlayerInfo[playerid][pRoadblock] = 0;
	return 1;
}

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

MS ..

cu astea ce fac?

F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(23805) : error 029: invalid expression, assumed zero
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(23806) : error 001: expected token: ";", but found "{"
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(23824) : warning 225: unreachable code
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(46931) : warning 219: local variable "newkeys" shadows a variable at a preceding level
F:\Gaby\Jocuri\xvcc\Replay\gamemodes\saints.pwn(46931) : warning 219: local variable "oldkeys" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.