Hallo Liebe Brotfischer
also hier habe ich irgend wie ein Problemm nunja also hier
Zitat(18451) : error 025: function heading differs from prototype
(18491) : error 025: function heading differs from prototype
und die zeilen: 18451, 18491 ist die
forward PlayerToPoint(Float:radi, playerid, Float:xs, Float:ys, Float:zs);
public PlayerToPoint(Float:radi, playerid, Float:xs, Float:ys, Float:zs)
{
if(IsPlayerConnected(playerid))
{
new Float:oldposx, Float:oldposy, Float:oldposz;
new Float:tempposx, Float:tempposy, Float:tempposz;
GetPlayerPos(playerid, oldposx, oldposy, oldposz);
tempposx = (oldposx -xs);
tempposy = (oldposy -ys);
tempposz = (oldposz -zs);
if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
{
return 1;
}
}
return 0;
}
Die Problemme sind gekommen wo ich das BlackFox Speedometer eingebaut habe bitte um hilfe ?