7 warnings???!!!
#1

Can someone help me?

C:\Users\NASTIE\Desktop\ExtremeFun\pawno\include\d utils.inc(45) : warning 219: local variable "hour" shadows a variable at a preceding level
C:\Users\NASTIE\Desktop\ExtremeFun\pawno\include\d utils.inc(45) : warning 219: local variable "minute" shadows a variable at a preceding level
C:\Users\NASTIE\Desktop\ExtremeFun\gamemodes\Extre mePower.pwn(2589) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\NASTIE\Desktop\ExtremeFun\gamemodes\Extre mePower.pwn(3621) : warning 219: local variable "name" shadows a variable at a preceding level
C:\Users\NASTIE\Desktop\ExtremeFun\gamemodes\Extre mePower.pwn(3632) : warning 219: local variable "name" shadows a variable at a preceding level
C:\Users\NASTIE\Desktop\ExtremeFun\gamemodes\Extre mePower.pwn(461 : warning 202: number of arguments does not match definition
C:\Users\NASTIE\Desktop\ExtremeFun\gamemodes\Extre mePower.pwn(4623) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


7 Warnings.


LINE 45:
Код:
stock mktime(hour,minute,second,day,month,year) {
LINE 2589:
Код:
for(new i=0; i<MAX_PLAYERS; i++)
LINE 3621:
Код:
name[MAX_PLAYER_NAME];
LINE 3632:
Код:
name[MAX_PLAYER_NAME];
LINE 4618:
Код:
if(PlayerToPoint(10.0, i, 2516.003662, 2470.611328, 18.727407,7.000) && OpenGate[i] == 0)
LINE 4623:
Код:
else if(!PlayerToPoint(10.0, i, 2518.471191, 2471.200195, 9.817194,7.000) && OpenGate[i] == 1)
Reply
#2

Look into your other thread, I've already found the last two errors
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)