Guten tag Liebe Fisch Brötchen ich habe einen kommischen Fehler in den Puplick
PHP
{ if(IsPlayerConnected(playerid)) { new Float:oldposx, Float:oldposy, Float:oldposz; new Float:tempposx, Float:tempposy, Float:tempposz; GetPlayerPos(playerid, oldposx, oldposy, oldposz); tempposx = (oldposx -x); tempposy = (oldposy -y); tempposz = (oldposz -z); if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi))) { return 1; } }}
Warnig :function "PlayerToPoint" should return a value Bitte Um Hilfe der Warnig Stört
MFG Black