was ist hier falsch ich weiß es nicht ich weiß nur das da was sinlos ist aber was hier mal den code
dcmd_vote(playerid,params[])
{
#pragma unused params
if(vote == 0) { return 0; }
new string[128];
votes = votes + 1;
format(string,sizeof(string), "%s has voted %i", GetPlayerName(playerid),votes);// das macht die warnings
SendClientMessageToAll(COLOR_RED,string);
return 1;
}