Errors
#1

I'm trying to add Death Window but when i compile the gamemode i get errors.

Код:
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Common.inc(140) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Common.inc(166) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Common.inc(271) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Common.inc(503) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Housing.inc(45) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Housing.inc(133) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Housing.inc(168) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Business.inc(33) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Business.inc(121) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Business.inc(155) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Business.inc(179) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\GameModeInit.inc(183) : warning 213: tag mismatch
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\GameModeInit.inc(183) : warning 202: number of arguments does not match definition
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\FileOperations.inc(855) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Speedometer.inc(41) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\Speedometer.inc(240) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\MissionsTrucking.inc(241) : warning 219: local variable "Msg" shadows a variable at a preceding level
C:\Users\linda\Documents\Ny mappe (2)\pawno\include\MissionsBus.inc(74) : warning 219: local variable "Msg" shadows a variable at a preceding level
Reply
#2

You already defined the var "Msg" before maybe as a global variable. So, either delete the global or others.

pawn Код:
new Msg;//this
And show line 183.
Reply
#3

Still the same errors.
Reply
#4

you already have defined MSG try to change other name(ex: msg1,msg2..)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)