local variable "time" Help!!! +REP
#1

Ok So Here's The Warnings...
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:
							{
Reply


Messages In This Thread
local variable "time" Help!!! +REP - by CopKing123 - 08.02.2015, 17:04
Re: local variable "time" Help!!! +REP - by Misiur - 08.02.2015, 17:11
Re: local variable "time" Help!!! +REP - by CopKing123 - 08.02.2015, 17:22
Re: local variable "time" Help!!! +REP - by Tamy - 08.02.2015, 17:37
Re: local variable "time" Help!!! +REP - by CopKing123 - 08.02.2015, 17:53
Re: local variable "time" Help!!! +REP - by HazardouS - 08.02.2015, 17:56
Re: local variable "time" Help!!! +REP - by CopKing123 - 08.02.2015, 18:36
Re: local variable "time" Help!!! +REP - by Vince - 08.02.2015, 18:38
Re: local variable "time" Help!!! +REP - by CopKing123 - 08.02.2015, 18:52
Re: local variable "time" Help!!! +REP - by HazardouS - 08.02.2015, 18:55

Forum Jump:


Users browsing this thread: 1 Guest(s)