public OnPlayerUpdate( playerid ){ if( GetPlayerScore( playerid ) >= 100 ) PlayerInfo[ playerid ][ pVIP ] = 1; // Or the value you want! return 1;}