about scoring again
#3

pawn Код:
public kalvicarscore()
{
    for(new i=0; i<MAX_PLAYERS; i++ )
    {
        if(IsPlayerInAnyVehicle(i))
        {
            SetPlayerScore(i, GetPlayerScore(i)+1);
        }
    }
    return 1;
}
Reply


Messages In This Thread
about scoring again - by rs2fun111 - 21.12.2009, 16:32
Re: about scoring again - by rs2fun111 - 21.12.2009, 17:11
Re: about scoring again - by Marcel - 21.12.2009, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)