#Defines not working for me
#11

C:\DOCUME~1\SOUADU~1.000\Bureau\MYSERV~1\GAMEMO~1\ ms.pwn(651) : warning 203: symbol is never used: "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

pawn Code:
stock GetPlayerZone(playerid)
{
    for(new i=0; i < sizeof(ZoneInfo); i++)
    {
        if(IsPlayerInZone(playerid, i))
        {
            return i;
        }
    }
    return -1;
}
Help me removing the warning.
Reply


Messages In This Thread
#Defines not working for me - by Issam - 19.09.2011, 21:31
Re: #Defines not working for me - by Kush - 19.09.2011, 21:36
Re: #Defines not working for me - by Issam - 19.09.2011, 21:37
Re: #Defines not working for me - by Issam - 19.09.2011, 21:41
Re: #Defines not working for me - by Kush - 19.09.2011, 21:42
Re: #Defines not working for me - by Issam - 19.09.2011, 21:46
Re: #Defines not working for me - by Shetch - 19.09.2011, 21:52
Re: #Defines not working for me - by Issam - 19.09.2011, 21:55
Re: #Defines not working for me - by Vince - 19.09.2011, 21:57
Re: #Defines not working for me - by Issam - 19.09.2011, 22:02
Re: #Defines not working for me - by Issam - 19.09.2011, 22:17
Re: #Defines not working for me - by Memoryz - 19.09.2011, 22:46
Re: #Defines not working for me - by Issam - 19.09.2011, 22:48

Forum Jump:


Users browsing this thread: 1 Guest(s)