Why i got this error?
#5

Why i got this one?

Код:
E:\sa-mp servers\gamemodes\wwrrp.pwn(235) : warning 235: public function lacks forward declaration (symbol "SetPlayerTeamFromClass")
All Code:

pawn Код:
public SetPlayerTeamFromClass(playerid, classid)
{
  if (classid == 0)
  {
    gTeam[playerid] = TEAM_COP;
  }
}
Only specifice place:

pawn Код:
public SetPlayerTeamFromClass(playerid, classid)
Reply


Messages In This Thread
Why i got this error? - by krisis32 - 10.04.2009, 13:44
Re: Why i got this error? - by Frank_Tesla - 10.04.2009, 13:48
Re: Why i got this error? - by krisis32 - 10.04.2009, 13:50
Re: Why i got this error? - by Frank_Tesla - 10.04.2009, 13:53
Re: Why i got this error? - by krisis32 - 10.04.2009, 14:09
Re: Why i got this error? - by GTA_Rules - 10.04.2009, 15:06
Re: Why i got this error? - by krisis32 - 10.04.2009, 15:11
Re: Why i got this error? - by GTA_Rules - 10.04.2009, 15:13
Re: Why i got this error? - by krisis32 - 10.04.2009, 15:16
Re: Why i got this error? - by Frank_Tesla - 11.04.2009, 02:10

Forum Jump:


Users browsing this thread: 1 Guest(s)