Invalid expression help
#5

Quote:
Originally Posted by OpticKiller
Посмотреть сообщение
try it might work dante said you needed help
Код:
public PlayerToPoint(Float:range, playerid, Float:x, Float:y, Float:z)
{

    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 < range) && (tempposx > -range)) && ((tempposy < range) && (tempposy > -range)) && ((tempposz < range) && (tempposz > -range)))
    }	
    return 1;
}
Did nothing. Same errors
Reply


Messages In This Thread
Invalid expression help - by GTAIVCode3 - 19.06.2013, 01:09
Re: Invalid expression help - by jakejohnsonusa - 19.06.2013, 02:01
Re: Invalid expression help - by GTAIVCode3 - 19.06.2013, 02:09
Re: Invalid expression help - by OpticKiller - 19.06.2013, 02:14
Re: Invalid expression help - by GTAIVCode3 - 19.06.2013, 02:43
Re: Invalid expression help - by jakejohnsonusa - 19.06.2013, 03:13

Forum Jump:


Users browsing this thread: 1 Guest(s)