17.11.2010, 14:58
You can use some filterscript I've seen somewhere around this forum, that gets the distance traveled.
As for the money, just use
Use a variable to check, because this can give score even if you have over $25.000.
As for the money, just use
pawn Код:
if ( GetPlayerMoney( playerid ) > 25000 ) {SetPlayerScore( playerid, GetPlayerScore( playerid ) + 1 ); }

