problem with stats
#1

Hi all,im working on /stats to show the current team name,so i made this:

pawn Код:
if(gTeam[playerid] == TEAM_RPG)
        {
        SendClientMessage(playerid, RED, "TEAM: RPG);
        )
Same for other teams,but i get tons of errors,what's wrong?
Reply
#2

pawn Код:
if(gTeam[playerid] == TEAM_RPG)
{
        SendClientMessage(playerid, RED, "TEAM: RPG");
}
You missed a " and you probably misstyped ) instead of }.
Reply
#3

:/ NVM,thanks =D
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)