Pay at gates
#6

ok it will show like this i guess
and need anounce tekst u pay toll how to get it?
Quote:

forward Gates1Check(playerid);
public Gates1Check(playerid)
{
new gates1_status;
for(new i;i<MAX_PLAYERS;i++)
{
if(!IsPlayerConnected(i)) continue;
if(IsPlayerInRangeOfPoint(i,10.0, 1780.80004883, 701.40002441, 15.80000019))gates1_status=1;
GivePlayerMoney(playerid,-20);
}
if(gates1_status)MoveObject(gates1, 1780.69995117, 701.40002441, 12.80000019, 0.5);
else MoveObject(gates1, 1780.80004883, 701.40002441, 15.80000019, 6.5);
return;
}

Reply


Messages In This Thread
Pay at gates - by livests - 26.02.2012, 14:21
Re: Pay at gates - by niels44 - 26.02.2012, 14:27
Re: Pay at gates - by Shabi RoxX - 26.02.2012, 14:28
Re: Pay at gates - by livests - 26.02.2012, 14:29
Re: Pay at gates - by Shabi RoxX - 26.02.2012, 14:34
Re: Pay at gates - by livests - 26.02.2012, 14:39
Re: Pay at gates - by Shabi RoxX - 26.02.2012, 14:41
Re: Pay at gates - by livests - 26.02.2012, 14:59
Re: Pay at gates - by Shabi RoxX - 26.02.2012, 15:04
Re: Pay at gates - by livests - 26.02.2012, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)