[killerid]; error?
#4

Quote:
Originally Posted by [B
Vortex ]
do you have
Код:
new Team[MAX_PLAYERS];
?

Quote:
Originally Posted by retart441
Its weird that Team is undefined yet only 1 error comes up when it is used 3 times.
That's because there's too many errors on that one line, therefore it's not gona show the same errors over and over again, I know because it's happened to me.
No but when i add it i get these errors

pawn Код:
C:\Users\Stunt Paradise\Desktop\samp03asvr_R3_win32\gamemodes\heist.pwn(340) : error 017: undefined symbol "MAX_SERVER_PLAYERS"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


10 Errors.
pawn Код:
for(new i = 0; i < MAX_SERVER_PLAYERS; i++) //change MAX_SERVER_PLAYERS to the maximum player slots you have on ur server
    {
        if(indm[i]==1)
        {
            TextDrawShowForPlayer(i, scoretext);
        }
    }
}
Do i need to define it? Or can i put the max numbers from server.cfg?
Reply


Messages In This Thread
[killerid]; error? - by HydraX - 04.11.2009, 00:39
Re: [killerid]; error? - by retart441 - 04.11.2009, 00:43
Re: [killerid]; error? - by _Vortex - 04.11.2009, 00:45
Re: [killerid]; error? - by HydraX - 04.11.2009, 00:47
Re: [killerid]; error? - by retart441 - 04.11.2009, 03:35
Re: [killerid]; error? - by dice7 - 04.11.2009, 04:05
Re: [killerid]; error? - by knopke - 04.11.2009, 13:12
Re: [killerid]; error? - by HydraX - 04.11.2009, 22:18

Forum Jump:


Users browsing this thread: 2 Guest(s)