Hallo Community,
Ich habe hier mal ein kleinen Warning:
C:\Program Files\Rockstar Games\San Andreas\Pawno\gamemodes\RL.pwn(1714) : warning 235: public function lacks forward declaration (symbol "ClearChatbox")
Und hier mal die zeilen:
public ClearChatbox(playerid, lines)
{
if (IsPlayerConnected(playerid))
{
for(new i=0; i<MAX_PLAYERS; i++)
{
SendClientMessage(playerid, Grau, " ");
}
}
return 1;
}