Please Help ME!
#1

What Wrong Here Im get error plz Help
Код:
E:\2b to 3c editing and more\samp03csvr_win32\pawno\include\erpPickupStreamer.inc(3) : warning 201: redefinition of constant/macro (symbol "MAX_PICKUPS")
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(22880) : warning 213: tag mismatch
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(22887) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
Код:
				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
#2

You could replace all the MAX_PICKUPS to something else, for ex. just PICKUPS. I'm not sure how to fix those warnings, you gonna have to post the whole code.
Reply
#3

If you do iMonk3y's method you spend a lot of time... Use this.

Код:
#undef MAX_PICKUPS
#define MAX_PICKUPS [max]
Quote:

E:\

Your server is on a memory stick xD

Код:
Location: Flying around in a puddle jumper
Look at iMonk3y's location xD
Reply
#4

Im Get More Error Please Anybody Edit THen Give ME Please

http://solidfiles.com/d/7444/
Reply
#5

Go to erpPickupStreamer.inc file and delete

pawn Код:
#define MAX_PICKUPS
If you want to post your script, paste it on pastebin.

http://pawn.pastebin.com
Reply
#6

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
Go to erpPickupStreamer.inc file and delete

pawn Код:
#define MAX_PICKUPS
If you want to post your script, paste it on pastebin.
Errors
http://pawn.pastebin.com
http://pawn.pastebin.com/p787WG9c Correct ?
Error
Код:
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(3060) : error 017: undefined symbol "SetPlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(3061) : error 017: undefined symbol "SetPlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(6136) : error 017: undefined symbol "ManualVehicleEngineAndLights"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(22880) : warning 213: tag mismatch
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(22887) : warning 213: tag mismatch
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(28633) : error 017: undefined symbol "SetPlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(28634) : error 017: undefined symbol "RemovePlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(30787) : error 017: undefined symbol "RemovePlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(30907) : error 017: undefined symbol "SetPlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(31007) : error 017: undefined symbol "RemovePlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(44353) : error 017: undefined symbol "SetPlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(44358) : error 017: undefined symbol "SetPlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(44534) : error 017: undefined symbol "RemovePlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(46644) : error 017: undefined symbol "SetPlayerAttachedObject"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49853) : error 017: undefined symbol "GetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49854) : error 017: undefined symbol "SetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49852) : warning 203: symbol is never used: "objective"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49852) : warning 203: symbol is never used: "boot"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49852) : warning 203: symbol is never used: "bonnet"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49852) : warning 203: symbol is never used: "doors"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49852) : warning 203: symbol is never used: "alarm"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49852) : warning 203: symbol is never used: "lights"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49852) : warning 203: symbol is never used: "engine"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49850) : warning 203: symbol is never used: "vehicleid"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49860) : error 017: undefined symbol "GetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49861) : error 017: undefined symbol "SetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49859) : warning 203: symbol is never used: "objective"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49859) : warning 203: symbol is never used: "boot"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49859) : warning 203: symbol is never used: "bonnet"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49859) : warning 203: symbol is never used: "doors"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49859) : warning 203: symbol is never used: "alarm"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49859) : warning 203: symbol is never used: "lights"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49859) : warning 203: symbol is never used: "engine"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49857) : warning 203: symbol is never used: "vehicleid"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49867) : error 017: undefined symbol "GetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49864) : warning 203: symbol is never used: "vehicleid"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49912) : error 017: undefined symbol "GetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49913) : error 017: undefined symbol "SetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49911) : warning 203: symbol is never used: "objective"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49911) : warning 203: symbol is never used: "boot"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49911) : warning 203: symbol is never used: "bonnet"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49911) : warning 203: symbol is never used: "doors"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49911) : warning 203: symbol is never used: "alarm"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49911) : warning 203: symbol is never used: "lights"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49911) : warning 203: symbol is never used: "engine"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49909) : warning 203: symbol is never used: "stat"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49909) : warning 203: symbol is never used: "vehicleid"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49920) : error 017: undefined symbol "GetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49921) : error 017: undefined symbol "SetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49919) : warning 203: symbol is never used: "objective"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49919) : warning 203: symbol is never used: "boot"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49919) : warning 203: symbol is never used: "bonnet"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49919) : warning 203: symbol is never used: "doors"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49919) : warning 203: symbol is never used: "alarm"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49919) : warning 203: symbol is never used: "lights"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49919) : warning 203: symbol is never used: "engine"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49917) : warning 203: symbol is never used: "stat"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49917) : warning 203: symbol is never used: "vehicleid"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49928) : error 017: undefined symbol "GetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49929) : error 017: undefined symbol "SetVehicleParamsEx"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49927) : warning 203: symbol is never used: "objective"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49927) : warning 203: symbol is never used: "boot"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49927) : warning 203: symbol is never used: "bonnet"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49927) : warning 203: symbol is never used: "doors"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49927) : warning 203: symbol is never used: "alarm"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49927) : warning 203: symbol is never used: "lights"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49927) : warning 203: symbol is never used: "engine"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49925) : warning 203: symbol is never used: "stat"
E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(49925) : warning 203: symbol is never used: "vehicleid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


23 Errors.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)