new pn[24];for(new i=0; i<MAX_PLAYERS; i++){ GetPlayerName(i, pn, 24); if(strcmp(pn, "YourNameInGame")) SetVehicleParamsForPlayer(vehicleid, i, 0, 1); //Remember to change "YourNameInGame" and vehicleid}