Errors
#4

These are the lines from the errors :

{
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint1))
{
SetPlayerCheckpoint(playerid, HotPoint2, 7.0);
GameTextForPlayer(playerid, "~g~1 House done!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint2))
{
SetPlayerCheckpoint(playerid, HotPoint3, 7.0);
GameTextForPlayer(playerid, "~g~2 Houses done!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint3))
{
SetPlayerCheckpoint(playerid, HotPoint4, 7.0);
GameTextForPlayer(playerid, "~g~3 Houses done!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint4))
{
SetPlayerCheckpoint(playerid, HotPoint5, 7.0);
GameTextForPlayer(playerid, "~g~4 Houses done!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint5))
{
SetPlayerCheckpoint(playerid, Refillpoint, 7.0);
GameTextForPlayer(playerid, "~g~5 Houses done, refill your hotdogs at the marker!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,Refillpoint))
{
SetPlayerCheckpoint(playerid, HotPoint6, 7.0);
GameTextForPlayer(playerid, "~g~Hotdogs refilled!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint6))
{
SetPlayerCheckpoint(playerid, HotPoint7, 7.0);
GameTextForPlayer(playerid, "~g~6 Houses done!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint7))
{
SetPlayerCheckpoint(playerid, HotPoint8, 7.0);
GameTextForPlayer(playerid, "~g~7 Houses done!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint)
{
SetPlayerCheckpoint(playerid, HotPoint9, 7.0);
GameTextForPlayer(playerid, "~g~8 Houses done!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint9))
{
SetPlayerCheckpoint(playerid, HotPoint10, 7.0);
GameTextForPlayer(playerid, "~g~9 Houses done!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint10))
{
SetPlayerCheckpoint(playerid, HotPoint11, 7.0);
GameTextForPlayer(playerid, "~g~10 Houses done, get back to the startpoint!", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0,HotPoint11))
{
Reply


Messages In This Thread
Errors - by remyguys - 16.04.2010, 18:24
Re: Errors - by [MWR]Blood - 16.04.2010, 18:26
Re: Errors - by Adil - 16.04.2010, 18:29
Re: Errors - by remyguys - 16.04.2010, 18:32
Re: Errors - by DJDhan - 16.04.2010, 18:37
Re: Errors - by DRIFT_HUNTER - 16.04.2010, 18:38
Re: Errors - by russo666 - 16.04.2010, 18:40
Re: Errors - by 0ne - 16.04.2010, 18:43
Re: Errors - by [MWR]Blood - 16.04.2010, 18:44
Re: Errors - by remyguys - 16.04.2010, 18:48

Forum Jump:


Users browsing this thread: 1 Guest(s)