[AJUDA] Minigames
#6

Код:
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Evento.pwn(853) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Evento.pwn(940) : error 017: undefined symbol "PlayerInfo"
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Evento.pwn(940) : warning 215: expression has no effect
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Evento.pwn(940) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Evento.pwn(940) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Evento.pwn(940) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Код:
	if(strcmp(cmd, "/derby", true) == 0)
	{
	    if(derbyplaying == 1)
	    {
            if(PlayerInfo[playerid][pAdmin]<1337) return 0;
	        SendClientMessage(playerid, 0xB4B5B7AA, "O derby jб comeзou");
	        return 1;
	    }
	    if(playerinminigame[playerid] == 1)
	    {
	        SendClientMessage(playerid, 0xB4B5B7AA, "Voce jб esta em um minigame");
	        return 1;
	    }
		new pname[256];
		GetPlayerName(playerid, pname, 256);
	    if(derbyon == 0)
	    {
Reply


Messages In This Thread
[AJUDA] Minigames - by Macintosh - 11.08.2010, 19:06
Re: [AJUDA] Minigames - by [BR]JD - 12.08.2010, 13:50
Re: [AJUDA] Minigames - by Falcon. - 12.08.2010, 14:05
Re: [AJUDA] Minigames - by Macintosh - 12.08.2010, 17:07
Re: [AJUDA] Minigames - by SuB_ZeRo0_ - 12.08.2010, 17:12
Re: [AJUDA] Minigames - by Macintosh - 12.08.2010, 17:32
Re: [AJUDA] Minigames - by SuB_ZeRo0_ - 12.08.2010, 17:52

Forum Jump:


Users browsing this thread: 1 Guest(s)