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.
It would help if you told us what code your using, pastebin it or something
|
#include <progress> #include <erpPickupStreamer> static gTeam[MAX_PLAYERS]; // Tracks the team assignment for each player
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(); } } }