Help please?
#1

Код:
C:\Documents and Settings\Owner\Desktop\New Folder\pawno\include\erpPickupStreamer.inc(3) : warning 201: redefinition of constant/macro (symbol "MAX_PICKUPS")
C:\Documents and Settings\Owner\Desktop\New Folder\gamemodes\APRPGamemode.pwn(22880) : warning 213: tag mismatch
C:\Documents and Settings\Owner\Desktop\New Folder\gamemodes\APRPGamemode.pwn(22887) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
Please may somebody help me here?
Reply
#2

It would help if you told us what code your using, pastebin it or something
Reply
#3

Quote:
Originally Posted by [DK]Dark_Knight
Посмотреть сообщение
It would help if you told us what code your using, pastebin it or something
lines 9 - 13 \/

Код:
#include <progress>
#include <erpPickupStreamer>


static gTeam[MAX_PLAYERS]; // Tracks the team assignment for each player
Lines 22875 - 22890 \/

Код:
	if(price >= 0)
					{
			 		    format(string,sizeof(string),"Value of Biz set to %d",price);
			    		SendClientMessage(playerid, COLOR_LIGHTRED, string);
						SBizzInfo[i][bBuyPrice] = price;
						OnPropUpdate();
					}
					if(level >= 1)
   					{
			    		format(string,sizeof(string),"Level of Biz set to %d.",level);
			    		SendClientMessage(playerid, COLOR_LIGHTRED, string);
						SBizzInfo[i][bLevelNeeded] = level;
						OnPropUpdate();
					}
	            }
	        }
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)