habe 1 Warning..
public IsPlayerAdminCall(playerid)
{
if(PlayerInfo[playerid][pAdmin] >= 6)
return 1;
else
return 0;
}
Error Meldung
C:\Users\Daniel\Desktop\Daniel\Pawno & Alle Gamemodes\Server I\BigCityReallife.pwn(43334) : warning 235: public function lacks forward declaration (symbol "IsPlayerAdminCall")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.