what isn't good in this code?
#1

Quote:

forward AutoOpen(playerid);
public AutoOpen(playerid)
{
if(IsPlayerConnected(playerid))
{
if(PlayerToPoint(playerid, 2712.89990234, -1073.19995117, 70.30000305))
{
MoveObject(gate,2712.89990234,-1073.19995117,63.30000305,2);
}
else
{
MoveObject(gate,2712.89990234,-1073.19995117,70.30000305,2);
}
}
}

|

What's Bad Here? O_O
Reply


Messages In This Thread
what isn't good in this code? - by kesem140599 - 17.08.2012, 06:00
Re: what isn't good in this code? - by Killer#Mummy - 17.08.2012, 06:51
Re: what isn't good in this code? - by Henkie - 17.08.2012, 06:54
Re: what isn't good in this code? - by kesem140599 - 17.08.2012, 06:58
Re: what isn't good in this code? - by Henkie - 17.08.2012, 07:00
Re: what isn't good in this code? - by kesem140599 - 17.08.2012, 07:01
Re: what isn't good in this code? - by Abreezy - 17.08.2012, 07:03
Re: what isn't good in this code? - by kesem140599 - 17.08.2012, 07:06

Forum Jump:


Users browsing this thread: 1 Guest(s)