SA-MP Forums Archive
Help please? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help please? (/showthread.php?tid=217829)



Help please? - iGetty - 28.01.2011

Код:
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?


Re: Help please? - [DK]Dark_Knight - 28.01.2011

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


Re: Help please? - iGetty - 29.01.2011

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();
					}
	            }
	        }