21.02.2012, 15:11
Why are you using a loop? This loop went through all players and took -30 bucks 500 times.
pawn Код:
if( IsPlayerInRangeOfPoint( playerid, 10.0,3321.10009766, -2070.80004883, 20.10000038 ) )
{
GivePlayerMoney( playerid, -30 );
SendClientMessage( playerid, COLOR_GREEN, "You have paid $30 To pass the Toll" );
return 1;
}