Hallo
Kann mit bitte einer helfen, ich verstehe dir Erorr fehler nicht.
ZitatAlles anzeigen.pwn(261) : error 025: function heading differs from prototype
.pwn(262) : error 025: function heading differs from prototype
.pwn(263) : error 025: function heading differs from prototype
.pwn(264) : error 025: function heading differs from prototype
.pwn(265) : error 025: function heading differs from prototype
.pwn(266) : error 025: function heading differs from prototype
.pwn(268) : error 025: function heading differs from prototype
.pwn(269) : error 025: function heading differs from prototype
.pwn(270) : error 025: function heading differs from prototype
.pwn(271) : error 025: function heading differs from prototype
.pwn(272) : error 025: function heading differs from prototype
.pwn(2771) : error 025: function heading differs from prototype
.pwn(2788) : error 025: function heading differs from prototype
.pwn(2805) : error 025: function heading differs from prototype
.pwn(2822) : error 025: function heading differs from prototype
.pwn(2832) : warning 211: possibly unintended assignment
.pwn(2832) : warning 204: symbol is assigned a value that is never used: "leader"
.pwn(2839) : error 025: function heading differs from prototype
.pwn(2856) : error 025: function heading differs from prototype
.pwn(2890) : error 025: function heading differs from prototype
.pwn(2907) : error 025: function heading differs from prototype
.pwn(2924) : error 025: function heading differs from prototype
.pwn(2941) : error 025: function heading differs from prototype
.pwn(2958) : error 025: function heading differs from prototype
.pwn(2976) : error 025: function heading differs from prototype
.pwn(3304) : error 021: symbol already defined: "IsAnAmbulance"
Und z.b unter .pwn(2832) : warning 204: symbol is assigned a value that is never used: "leader" steht das.
ZitatAlles anzeigenpublic IsAHitmans(playerid)
{
if(IsPlayerConnected(playerid))
{
new leader = PlayerInfo[playerid][pLeader];
new member = PlayerInfo[playerid][pMember];
if(member==7)
{
return 1;
}
else if(leader=7)
{
return 1;
}
}
return 0;
}
Was ist daran den so falsch verstethe ich nicht, kann mir einer dabei helfen.
Der jenige der mir dabei hilft richtig, der bekommt ein Server gesponsort.