Hey,
ich bin wieder mal dumm und erkenne keinen Fehler.
Obwohl Cops online sind, kommt die Nachricht das keine Online sind.
new copson;
for( new i = 0; i < MAX_PLAYERS; i++)
{
if(gTeam[i] == TEAM_COPS)
{
copson++;
}
}
if(copson < 0)
{
// ........
}
else
{
SendClientMessage(playerid, ROT, "Es sind nicht genug Cops Online!");
return 1;
}