Foreach
#1

pawn Код:
/*--Other--*/
    foreach(Player) //4324
    {
        if ( PlayerToPoint(2.0, 1713.9775,-2486.5249,13.2817 ) )
        {
            if ( GetPlayerState( xi ) == PLAYER_STATE_DRIVER )
            {
                        ......
            }
            else
            {
                        ......
            }
        }
        return 1;
    }
I can't understand this warning:

Код:
C:\Users\Samy\Desktop\Tutto\SAMP MTA\SAMP\SCRIPT\DSR\gamemodes\DSR.pwn(4324) : warning 203: symbol is never used: "foreach"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Reply


Messages In This Thread
Foreach - by SamyRomafia - 16.07.2011, 09:15
Re: Foreach - by Kitten - 16.07.2011, 09:17
Re: Foreach - by Lorenc_ - 16.07.2011, 09:21
Re: Foreach - by MoroDan - 16.07.2011, 09:24

Forum Jump:


Users browsing this thread: 1 Guest(s)