20.09.2007, 15:30
Without #include <MIC> my script compiles without errors or warnings, after it im getting loads of warnings and 3 errors.
What should I do?
When compiling a new script (pressing NEW):
pawn Код:
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\MIC.inc(447) : error 004: function "onplayerselectedmenurow" is not implemented
C:\DOCUME~1\Melvin\BUREAU~1\CLAIVE~1\GAMEMO~1\Claiver.pwn(2014) : error 021: symbol already defined: "LoadPlayer"
C:\DOCUME~1\Melvin\BUREAU~1\CLAIVE~1\GAMEMO~1\Claiver.pwn(2037) : warning 209: function "LoadPlayer" should return a value
C:\DOCUME~1\Melvin\BUREAU~1\CLAIVE~1\GAMEMO~1\Claiver.pwn(2040) : error 021: symbol already defined: "SavePlayer"
C:\DOCUME~1\Melvin\BUREAU~1\CLAIVE~1\GAMEMO~1\Claiver.pwn(2488) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Melvin\BUREAU~1\CLAIVE~1\GAMEMO~1\Claiver.pwn(2488) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Melvin\BUREAU~1\CLAIVE~1\GAMEMO~1\Claiver.pwn(2559) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Melvin\BUREAU~1\CLAIVE~1\GAMEMO~1\Claiver.pwn(2559) : warning 202: number of arguments does not match definition
... MORE AND MORE "number of arguments does not match definition"
When compiling a new script (pressing NEW):
pawn Код:
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\YSI/Visual/YSI_pickups.own(252) : warning 219: local variable "time" shadows a variable at a preceding level
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\YSI/Visual/YSI_pickups.own(349) : warning 219: local variable "time" shadows a variable at a preceding level
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\YSI/Gamemode/YSI_properties.own(768) : warning 235: public function lacks forward declaration (symbol "Property_OnPlayerEnterArea")
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\YSI/Gamemode/YSI_properties.own(901) : warning 235: public function lacks forward declaration (symbol "Property_OnPlayerEnterCP")
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\YSI/Gamemode/YSI_properties.own(1741) : warning 219: local variable "time" shadows a variable at a preceding level
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\YSI/Gamemode/YSI_properties.own(1750) : warning 219: local variable "time" shadows a variable at a preceding level
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\YSI/Gamemode/YSI_classes.own(363) : warning 219: local variable "time" shadows a variable at a preceding level
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\mic.inc(112) : error 021: symbol already defined: "OnGameModeInit"
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\mic.inc(173) : error 004: function "ongamemodeinit" is not implemented
C:\Documents and Settings\Melvin\Bureaublad\SAMP 2.0 SOH\pawno\include\mic.inc(174) : warning 209: function "OnGameModeInit" should return a value
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.