ZitatAlles anzeigen//=======================================DCMD==================================================================
/*
//========GangWar============
dcmd(startwar,8,cmdtext);
*/
//dcmd
ocmd:startwar(playerid,params[])
{
if(pInfo[playerid][team] == 14 pInfo[playerid][team] == 5 pInfo[playerid][team] == 6){
if(AngriffBereit1 == 1)return SendClientMessage(playerid,COLOR_RED,"Du kannst das Gebiet nicht Angreifen. Du musst noch bis zu 30 Minuten Warten!");
if(sscanf(params,"d",GangKills[playerid]))
{
return SendClientMessage(playerid, COLOR_GREY,"[Benutzung]: /StartWar [Benötigte Kills 1-100]");
}
if(GangKills[playerid] < 15 GangKills[playerid] > 100)
{
return SendClientMessage(playerid, COLOR_GREY,"Die Benötigten Kills können nur zwischen 15-100 gewählt werden");
}
Errors :
ZitatC:\DOKUME~1\Wristler\Desktop\RGRTHE~1\GAMEMO~1\second.pwn(16097) : error 017: undefined symbol "params"
C:\DOKUME~1\Wristler\Desktop\RGRTHE~1\GAMEMO~1\second.pwn(16100) : error 028: invalid subscript (not an array or too many subscripts): "pInfo"
C:\DOKUME~1\Wristler\Desktop\RGRTHE~1\GAMEMO~1\second.pwn(16100) : warning 215: expression has no effect
C:\DOKUME~1\Wristler\Desktop\RGRTHE~1\GAMEMO~1\second.pwn(16100) : error 001: expected token: ";", but found "]"
C:\DOKUME~1\Wristler\Desktop\RGRTHE~1\GAMEMO~1\second.pwn(16100) : error 029: invalid expression, assumed zero
C:\DOKUME~1\Wristler\Desktop\RGRTHE~1\GAMEMO~1\second.pwn(16100) : fatal error 107: too many error messages on one line
//Edit Definiert hatte ich es auch schon aber hat nichts gebracht