08.02.2015, 17:04
Ok So Here's The Warnings...
I know errors are more important, but pls help me out with this...
__________________________________________________ _____
I know errors are more important, but pls help me out with this...
Код:
C:\Users\CopKing\Desktop\MA ASS\pawno\include\YSI\y_va/impl.inc(568) : warning 219: local variable "time" shadows a variable at a preceding level C:\Users\CopKing\Desktop\MA ASS\pawno\include\YSI\y_va/impl.inc(573) : warning 219: local variable "time" shadows a variable at a preceding level C:\Users\CopKing\Desktop\MA ASS\pawno\include\YSI\y_hooks/impl.inc(2624) : warning 219: local variable "time" shadows a variable at a preceding level Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings.
Код:
if(Map[EvacType] == 2) { SetPlayerPos(playerid,3024.4983,447.9744,14.7813); SetPlayerInterior(playerid,0); Line 568---------->format(string,sizeof(string), ""chat""COL_LIGHTBLUE" %s made it to the water evacuation point and has received 1 coin!",PlayerName(playerid)); SendClientMessageToAll(-1,string); DisablePlayerCheckpoint(playerid); CurePlayer(playerid); GivePlayerXP(playerid,50); pInfo[playerid][pEvac]++; <------------ Line 573 pInfo[playerid][pCoins]++; SetPlayerColor(playerid,COLOR_YELLOW); }
Код:
if(PRESSED(KEY_WALK)) { if(team[playerid] == TEAM_ZOMBIE) Line 2624 { if(pInfo[playerid][pZombieClass] == SCREAMERZOMBIE) { if(gettime() - 9 < Abilitys[playerid][ScreamerZombieAb]) return GameTextForPlayer(playerid,"~w~ Still recovering",1000,5); { foreach(Player,i) { switch(GetPlayerSkin(i)) { case NON_IMMUNE,285: {