2 Compling Errors
#1

Stated in title
pawn Код:
public OnPlayerSpawn(playerid)

    SetPlayerInterior(playerid,0);
   
    if(gTeam[playerid] == TEAM_GREEN)
    {
        SetPlayerColor(playerid,0x33AA33AA); // green
        GameTextForPlayer(playerid,"~g~Let the fight begin",3000,5);
    }
   
    else if(gTeam[playerid] == TEAM_BLUE)
    {
        GameTextForPlayer(playerid,"~b~Let the fight begin",3000,5);
        SetPlayerColor(playerid,0x3333AAAA); // blue
        }
Errors:

Код:
J:\SA-MP servers\deathmatch\gamemodes\0-0.pwn(230) : error 010: invalid function or declaration
J:\SA-MP servers\deathmatch\gamemodes\0-0.pwn(236) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply


Messages In This Thread
2 Compling Errors - by acade - 31.01.2009, 22:23
Re: 2 Compling Errors - by ShizNator - 31.01.2009, 22:48
Re: 2 Compling Errors - by acade - 31.01.2009, 23:04
Re: 2 Compling Errors - by acade - 01.02.2009, 01:35
Re: 2 Compling Errors - by flames - 01.02.2009, 06:55
Re: 2 Compling Errors - by acade - 01.02.2009, 11:40
Re: 2 Compling Errors - by MenaceX^ - 01.02.2009, 11:51
Re: 2 Compling Errors - by acade - 01.02.2009, 12:38
Re: 2 Compling Errors - by LarzI - 01.02.2009, 12:41
Re: 2 Compling Errors - by acade - 01.02.2009, 12:55

Forum Jump:


Users browsing this thread: 2 Guest(s)