- 0
eroare compile
-
Similar Content
-
- 1 answer
- 511 views
-
- 0 replies
- 262 views
-
- 1 reply
- 636 views
-
- 1 reply
- 488 views
-
- 3 replies
- 544 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
yonutzz
salut. cand compilez un gm imi da urmatoarele erori :
C:\DOCUME~1\extasy\Desktop\nvls\pawno\include\JunkBuster.inc(2003) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\DOCUME~1\extasy\Desktop\nvls\pawno\include\JunkBuster.inc(2350) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect")
C:\DOCUME~1\extasy\Desktop\nvls\pawno\include\JunkBuster.inc(2351) : warning 201: redefinition of constant/macro (symbol "OnPlayerDisconnect")
C:\DOCUME~1\extasy\Desktop\nvls\pawno\include\JunkBuster.inc(2352) : warning 201: redefinition of constant/macro (symbol "OnGameModeInit")
C:\DOCUME~1\extasy\Desktop\nvls\pawno\include\yom_buttons.inc(99) : warning 219: local variable "Speed" shadows a variable at a preceding level
C:\Documents and Settings\extasy\Desktop\NVL.pwn(40) : warning 201: redefinition of constant/macro (symbol "MAX_ZONE_NAME")
C:\Documents and Settings\extasy\Desktop\NVL.pwn(385) : error 025: function heading differs from prototype
C:\Documents and Settings\extasy\Desktop\NVL.pwn(386) : error 025: function heading differs from prototype
C:\Documents and Settings\extasy\Desktop\NVL.pwn(387) : error 025: function heading differs from prototype
C:\Documents and Settings\extasy\Desktop\NVL.pwn(388) : error 021: symbol already defined: "IsPlayerInZone"
C:\Documents and Settings\extasy\Desktop\NVL.pwn(391) : error 029: invalid expression, assumed zero
C:\Documents and Settings\extasy\Desktop\NVL.pwn(391) : error 001: expected token: ";", but found "sizeof"
C:\Documents and Settings\extasy\Desktop\NVL.pwn(391) : error 036: empty statement
C:\Documents and Settings\extasy\Desktop\NVL.pwn(391) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
8 Errors.
linile sunt acestea
385: forward IsPlayerInZone(playerid, zoneid);
386: forward IsPlayerInZone ( playerid, zoneid );
387: public IsPlayerInZone ( playerid, zoneid ) // PUBLIC!!!
388: {
389: new TmpZone[ MAX_ZONE_NAME ];
390: GetPlayer3DZone ( playerid, TmpZone, sizeof ( TmpZone ) );
391: for ( new i = 0; != sizeof(gSAZones); i++ )
392: {
6 answers to this question
Recommended Posts